public interface FlyingAbilityData extends DataManipulator<FlyingAbilityData,ImmutableFlyingAbilityData>
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> |
canFly()
Gets the
Value for whether the owner can "fly". |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
Value<Boolean> canFly()
Value
for whether the owner can "fly".Keys.CAN_FLY