public interface ImmutableSprintData extends ImmutableDataManipulator<ImmutableSprintData,SprintData>
ImmutableDataManipulator
handling the "sprinting" state of an
Entity
. Usually the Entity
will have faster movement
speed than normal.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Boolean> |
sprinting()
Gets the
ImmutableValue for the "sprinting" state. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Boolean> sprinting()
ImmutableValue
for the "sprinting" state.