Package net.minecraft.nbt
Class NBTBase.NBTPrimitive
- java.lang.Object
-
- net.minecraft.nbt.NBTBase
-
- net.minecraft.nbt.NBTBase.NBTPrimitive
-
- Direct Known Subclasses:
NBTTagByte
,NBTTagDouble
,NBTTagFloat
,NBTTagInt
,NBTTagLong
,NBTTagShort
- Enclosing class:
- NBTBase
public abstract static class NBTBase.NBTPrimitive extends NBTBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.nbt.NBTBase
NBTBase.NBTPrimitive
-
-
Constructor Summary
Constructors Constructor Description NBTPrimitive()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract byte
getByte()
abstract double
getDouble()
abstract float
getFloat()
abstract int
getInt()
abstract long
getLong()
abstract short
getShort()
-