java.lang.Object
com.comphenix.protocol.wrappers.AbstractWrapper
com.comphenix.packetwrapper.wrappers.data.Vector3I

public class Vector3I extends com.comphenix.protocol.wrappers.AbstractWrapper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Class<?>
     

    Fields inherited from class com.comphenix.protocol.wrappers.AbstractWrapper

    handle, handleType
  • Constructor Summary

    Constructors
    Constructor
    Description
    Vector3I(Object handle)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.comphenix.protocol.reflect.EquivalentConverter<Vector3I>
     
    int
     
    int
     
    int
     
    static Vector3I
    newInstance(int x, int y, int z)
     
    setX(int x)
     
    setY(int y)
     
    setZ(int z)
     

    Methods inherited from class com.comphenix.protocol.wrappers.AbstractWrapper

    equals, getHandle, getHandleType, hashCode, setHandle, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • HANDLE_TYPE

      public static final Class<?> HANDLE_TYPE
  • Constructor Details

    • Vector3I

      public Vector3I(Object handle)
  • Method Details

    • newInstance

      public static Vector3I newInstance(int x, int y, int z)
    • getX

      public int getX()
    • setX

      public Vector3I setX(int x)
    • getY

      public int getY()
    • setY

      public Vector3I setY(int y)
    • getZ

      public int getZ()
    • setZ

      public Vector3I setZ(int z)
    • getConverter

      public static com.comphenix.protocol.reflect.EquivalentConverter<Vector3I> getConverter()