Uses of Class
net.minecraft.nbt.NbtInt
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of NbtInt in net.minecraft.nbt
Modifier and TypeMethodDescriptionNbtInt.copy()
NbtIntArray.get
(int int2) static NbtInt
NbtInt.of
(int value) Returns the NBT integer fromvalue
.NbtIntArray.remove
(int int2) Modifier and TypeMethodDescriptionNbtInt.getNbtType()
Returns the NBT type definition of this NBT element. -
Uses of NbtInt in net.minecraft.nbt.visitor