public interface ImmutableSprintData extends ImmutableDataManipulator<ImmutableSprintData,SprintData>
ImmutableDataManipulator
handling the "sprinting" state of a
Player
. Usually the Player
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
compareTo
toContainer
ImmutableValue<Boolean> sprinting()
ImmutableValue
for the "sprinting" state.