public interface ImmutableMovementSpeedData extends ImmutableDataManipulator<ImmutableMovementSpeedData,MovementSpeedData>
ImmutableDataManipulator
that handles the various movement
"speeds" that usually a Player
can have.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Double> |
flySpeed()
Gets the
ImmutableBoundedValue for the "flying" speed. |
ImmutableValue<Double> |
walkSpeed()
Gets the
ImmutableBoundedValue for the "walking" speed. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<Double> walkSpeed()
ImmutableBoundedValue
for the "walking" speed.ImmutableValue<Double> flySpeed()
ImmutableBoundedValue
for the "flying" speed.