Uses of Class
net.minecraft.nbt.NbtInt
Package | Description |
---|---|
net.minecraft.nbt | |
net.minecraft.nbt.visitor |
-
Uses of NbtInt in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtInt Modifier and Type Field Description (package private) static NbtInt[]
NbtInt.Cache. VALUES
Fields in net.minecraft.nbt with type parameters of type NbtInt Modifier and Type Field Description static NbtType<NbtInt>
NbtInt. TYPE
Methods in net.minecraft.nbt that return NbtInt Modifier and Type Method Description NbtInt
NbtInt. copy()
NbtInt
NbtIntArray. get(int int2)
static NbtInt
NbtInt. of(int value)
NbtInt
NbtIntArray. remove(int int2)
NbtInt
NbtIntArray. set(int int2, NbtInt nbtInt)
Methods in net.minecraft.nbt that return types with arguments of type NbtInt Modifier and Type Method Description NbtType<NbtInt>
NbtInt. getNbtType()
Gets the NBT type definition of this NBT element. -
Uses of NbtInt in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtInt Modifier and Type Method Description void
NbtElementVisitor. visitInt(NbtInt element)
void
NbtOrderedStringFormatter. visitInt(NbtInt element)
void
NbtTextFormatter. visitInt(NbtInt element)
void
StringNbtWriter. visitInt(NbtInt element)