Class Vector3F

java.lang.Object
com.comphenix.protocol.wrappers.Vector3F

public class Vector3F extends Object
  • Field Details

    • x

      protected float x
    • y

      protected float y
    • z

      protected float z
  • Constructor Details

    • Vector3F

      public Vector3F()
    • Vector3F

      public Vector3F(float x, float y, float z)
  • Method Details

    • getX

      public float getX()
    • setX

      public Vector3F setX(float x)
    • getY

      public float getY()
    • setY

      public Vector3F setY(float y)
    • getZ

      public float getZ()
    • setZ

      public Vector3F setZ(float z)
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getMinecraftClass

      public static Class<?> getMinecraftClass()
    • getConverter

      public static EquivalentConverter<Vector3F> getConverter()