Class RelativeVector3l

java.lang.Object
com.hypixel.hytale.math.vector.relative.RelativeVector3l

public class RelativeVector3l extends Object
  • Field Details

  • Constructor Details

    • RelativeVector3l

      public RelativeVector3l(@Nonnull Vector3l vector, boolean relative)
    • RelativeVector3l

      protected RelativeVector3l()
  • Method Details

    • getVector

      @Nonnull public Vector3l getVector()
    • isRelative

      public boolean isRelative()
    • resolve

      @Nonnull public Vector3l resolve(@Nonnull Vector3l vector)
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object