Class PositionAndRotation.Mutable

java.lang.Object
net.minecraft.core.PositionAndRotation.Mutable
All Implemented Interfaces:
PositionAndRotation
Direct Known Subclasses:
LinearInterpolationHandler.InterpolationData, SteppedInterpolationHandler.InterpolationData, SteppedInterpolationHandler.Step
Enclosing interface:
PositionAndRotation

public static class PositionAndRotation.Mutable extends Object implements PositionAndRotation
  • Field Details

    • position

      private Vec3 position
    • yRot

      private float yRot
    • xRot

      private float xRot
  • Constructor Details

    • Mutable

      public Mutable()
  • Method Details