Class NBTConstants

java.lang.Object
net.citizensnpcs.api.jnbt.NBTConstants

public final class NBTConstants extends Object
A class which holds constant values.
  • Field Details

    • CHARSET

      public static final Charset CHARSET
      The character set used by NBT (UTF-8).
    • TYPE_END

      public static final int TYPE_END
      Tag type constants.
      See Also:
    • TYPE_BYTE

      public static final int TYPE_BYTE
      Tag type constants.
      See Also:
    • TYPE_SHORT

      public static final int TYPE_SHORT
      Tag type constants.
      See Also:
    • TYPE_INT

      public static final int TYPE_INT
      Tag type constants.
      See Also:
    • TYPE_LONG

      public static final int TYPE_LONG
      Tag type constants.
      See Also:
    • TYPE_FLOAT

      public static final int TYPE_FLOAT
      Tag type constants.
      See Also:
    • TYPE_DOUBLE

      public static final int TYPE_DOUBLE
      Tag type constants.
      See Also:
    • TYPE_BYTE_ARRAY

      public static final int TYPE_BYTE_ARRAY
      Tag type constants.
      See Also:
    • TYPE_STRING

      public static final int TYPE_STRING
      Tag type constants.
      See Also:
    • TYPE_LIST

      public static final int TYPE_LIST
      Tag type constants.
      See Also:
    • TYPE_COMPOUND

      public static final int TYPE_COMPOUND
      Tag type constants.
      See Also:
    • TYPE_INT_ARRAY

      public static final int TYPE_INT_ARRAY
      Tag type constants.
      See Also: