Uses of Class
net.minecraft.nbt.ShortNBT
-
Packages that use ShortNBT Package Description net.minecraft.nbt -
-
Uses of ShortNBT in net.minecraft.nbt
Fields in net.minecraft.nbt declared as ShortNBT Modifier and Type Field Description (package private) static ShortNBT[]
ShortNBT.Cache. cache
Fields in net.minecraft.nbt with type parameters of type ShortNBT Modifier and Type Field Description static INBTType<ShortNBT>
ShortNBT. TYPE
Methods in net.minecraft.nbt that return ShortNBT Modifier and Type Method Description ShortNBT
ShortNBT. copy()
static ShortNBT
ShortNBT. valueOf(short p_229701_0_)
Methods in net.minecraft.nbt that return types with arguments of type ShortNBT Modifier and Type Method Description INBTType<ShortNBT>
ShortNBT. getType()
-