public interface ImmutableFlyingData extends ImmutableDataManipulator<ImmutableFlyingData,FlyingData>
ImmutableDataManipulator
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 |
---|---|
ImmutableValue<Boolean> |
flying()
Gets the
ImmutableValue for the "flying" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> flying()
ImmutableValue
for the "flying" state.