Interface PositionAndRotation
- All Known Implementing Classes:
LinearInterpolationHandler.InterpolationData, PositionAndRotation.Immutable, PositionAndRotation.Mutable, SteppedInterpolationHandler.InterpolationData, SteppedInterpolationHandler.Step
public interface PositionAndRotation
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, PositionAndRotation> -
Method Summary
-
Field Details
-
STREAM_CODEC
-
-
Method Details
-
position
Vec3 position() -
yRot
float yRot() -
xRot
float xRot() -
immutable
PositionAndRotation immutable() -
is
-
of
-