| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v291.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v313.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v340.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v354.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v361.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v388.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v407.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v428.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v440.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v448.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v486.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v503.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
protected static TypeMap<EntityFlag> |
Bedrock_v527.ENTITY_FLAGS |
| Modifier and Type | Field and Description |
|---|---|
static EntityDataType<EnumSet<EntityFlag>> |
EntityDataTypes.FLAGS |
static EntityDataType<EnumSet<EntityFlag>> |
EntityDataTypes.FLAGS_2 |
| Modifier and Type | Method and Description |
|---|---|
EntityFlag |
EntityDataMap.setFlag(EntityFlag flag,
boolean value) |
static EntityFlag |
EntityFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityFlag[] |
EntityFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<EntityFlag> |
EntityDataMap.getFlags() |
EnumSet<EntityFlag> |
EntityDataMap.getOrCreateFlags() |
EnumSet<EntityFlag> |
EntityDataMap.putFlags(EnumSet<EntityFlag> flags) |
| Modifier and Type | Method and Description |
|---|---|
EntityFlag |
EntityDataMap.setFlag(EntityFlag flag,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<EntityFlag> |
EntityDataMap.putFlags(EnumSet<EntityFlag> flags) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<EntityFlag> |
FlagTransformer.deserialize(BedrockCodecHelper helper,
EntityDataMap map,
Long value) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FlagTransformer.serialize(BedrockCodecHelper helper,
EntityDataMap map,
EnumSet<EntityFlag> flags) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.