public interface ImmutableFlyingAbilityData extends ImmutableDataManipulator<ImmutableFlyingAbilityData,FlyingAbilityData>
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> |
canFly()
Gets the
ImmutableValue for whether the owner can "fly". |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> canFly()
ImmutableValue
for whether the owner can "fly".