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. VALUESFields in net.minecraft.nbt with type parameters of type NbtInt Modifier and Type Field Description static NbtType<NbtInt>NbtInt. TYPEMethods in net.minecraft.nbt that return NbtInt Modifier and Type Method Description NbtIntNbtInt. copy()NbtIntNbtIntArray. get(int int2)static NbtIntNbtInt. of(int value)NbtIntNbtIntArray. remove(int int2)NbtIntNbtIntArray. 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 voidNbtElementVisitor. visitInt(NbtInt element)voidNbtOrderedStringFormatter. visitInt(NbtInt element)voidNbtTextFormatter. visitInt(NbtInt element)voidStringNbtWriter. visitInt(NbtInt element)