java.lang.Object
com.hypixel.hytale.server.core.universe.world.connectedblocks.Rotation3D

@Deprecated(forRemoval=true) public class Rotation3D extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Rotation3D(Rotation rotationYaw, Rotation rotationPitch, Rotation rotationRoll)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Rotation3D toAdd)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    assign(Rotation yaw, Rotation pitch, Rotation roll)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    rotateSelfBy(Rotation rotationYawToRotate, Rotation rotationPitchToRotate, Rotation rotationRollToRotate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    subtract(Rotation3D toSubtract)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • rotationYaw

      public Rotation rotationYaw
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rotationPitch

      public Rotation rotationPitch
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rotationRoll

      public Rotation rotationRoll
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • Rotation3D

      public Rotation3D(Rotation rotationYaw, Rotation rotationPitch, Rotation rotationRoll)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • assign

      public void assign(Rotation yaw, Rotation pitch, Rotation roll)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • assign

      public void assign(@Nonnull RotationTuple rotation)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • add

      public void add(@Nonnull Rotation3D toAdd)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • subtract

      public void subtract(@Nonnull Rotation3D toSubtract)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • negate

      public void negate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rotateSelfBy

      @Nonnull public Rotation3D rotateSelfBy(@Nonnull Rotation rotationYawToRotate, @Nonnull Rotation rotationPitchToRotate, @Nonnull Rotation rotationRollToRotate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rotateSelfBy

      public void rotateSelfBy(@Nonnull Rotation3D rotation)
      Deprecated, for removal: This API element is subject to removal in a future version.