public interface MovementSpeedData extends DataManipulator<MovementSpeedData,ImmutableMovementSpeedData>
DataManipulator
that handles the various movement "speeds" that
usually a Player
can have.Modifier and Type | Method and Description |
---|---|
Value<Double> |
flySpeed()
Gets the
MutableBoundedValue for the "flying" speed. |
Value<Double> |
walkSpeed()
Gets the
MutableBoundedValue for the "walking" speed. |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
getContentVersion, toContainer
Value<Double> walkSpeed()
MutableBoundedValue
for the "walking" speed.Keys.WALKING_SPEED
Value<Double> flySpeed()
MutableBoundedValue
for the "flying" speed.Keys.FLYING_SPEED