| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock | |
| com.nukkitx.protocol.bedrock.data.entity |
| Modifier and Type | Field and Description |
|---|---|
protected Int2ObjectBiMap<EntityFlag> |
BedrockPacketHelper.entityFlags |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BedrockPacketHelper.addEntityFlag(int index,
EntityFlag flag) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
boolean |
EntityFlags.getFlag(EntityFlag flag)
Get
EntityFlag value |
boolean |
EntityFlags.setFlag(EntityFlag flag,
boolean value)
Set
EntityFlag value |
| Modifier and Type | Method and Description |
|---|---|
long |
EntityFlags.get(int index,
Int2ObjectBiMap<EntityFlag> flagMappings) |
void |
EntityFlags.set(long value,
int index,
Int2ObjectBiMap<EntityFlag> flagMappings) |
Copyright © 2018–2022 NukkitX. All rights reserved.