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 bytegetByte()abstract doublegetDouble()abstract floatgetFloat()abstract intgetInt()abstract longgetLong()abstract shortgetShort()
-