public interface ImmutableFallDistanceData extends ImmutableDataManipulator<ImmutableFallDistanceData,FallDistanceData>
ImmutableDataManipulator
that represents the distance an entity has fallen
in the world. Usually the higher this value, the more damage that inflicted
when the entity reaches the ground.Modifier and Type | Method and Description |
---|---|
ImmutableBoundedValue<Float> |
fallDistance()
Gets the
ImmutableValue for the current fall distance. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableBoundedValue<Float> fallDistance()
ImmutableValue
for the current fall distance.