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, transformgetContentVersion, toContainerValue<Double> walkSpeed()
MutableBoundedValue for the "walking" speed.Keys.WALKING_SPEEDValue<Double> flySpeed()
MutableBoundedValue for the "flying" speed.Keys.FLYING_SPEED