public interface FlyingData extends DataManipulator<FlyingData,ImmutableFlyingData>
DataManipulator
for the "flying" state of an Entity
. This
is usually marking that an entity is capable of flying unobtrusively in the
air. Usually applicable to a Humanoid
while able to fly.Modifier and Type | Method and Description |
---|---|
Value<Boolean> |
flying()
Gets the
Value for the "flying" state. |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
Value<Boolean> flying()
Value
for the "flying" state.Keys.IS_FLYING