Class NBTBase.NBTPrimitive

    • Constructor Detail

      • NBTPrimitive

        public NBTPrimitive()
    • Method Detail

      • getLong

        public abstract long getLong()
      • getInt

        public abstract int getInt()
      • getShort

        public abstract short getShort()
      • getByte

        public abstract byte getByte()
      • getDouble

        public abstract double getDouble()
      • getFloat

        public abstract float getFloat()