public interface ImmutableAccelerationData extends ImmutableDataManipulator<ImmutableAccelerationData,AccelerationData>
Modifier and Type | Method and Description |
---|---|
ImmutableValue<com.flowpowered.math.vector.Vector3d> |
acceleration()
Gets the
ImmutableValue for the current acceleration as a
Vector3d . |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<com.flowpowered.math.vector.Vector3d> acceleration()
ImmutableValue
for the current acceleration as a
Vector3d
.