| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock.data |
| 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 |
|---|---|
static EntityFlags |
EntityFlags.create(long value,
int index,
TIntHashBiMap<EntityFlag> flagMappings) |
long |
EntityFlags.get(int index,
TIntHashBiMap<EntityFlag> flagMappings) |
Copyright © 2018–2019 NukkitX. All rights reserved.