Uses of Class
net.minecraft.nbt.StringNBT
-
Packages that use StringNBT Package Description net.minecraft.nbt -
-
Uses of StringNBT in net.minecraft.nbt
Fields in net.minecraft.nbt declared as StringNBT Modifier and Type Field Description private static StringNBT
StringNBT. EMPTY
Fields in net.minecraft.nbt with type parameters of type StringNBT Modifier and Type Field Description static INBTType<StringNBT>
StringNBT. TYPE
Methods in net.minecraft.nbt that return StringNBT Modifier and Type Method Description StringNBT
StringNBT. copy()
static StringNBT
StringNBT. valueOf(java.lang.String p_229705_0_)
Methods in net.minecraft.nbt that return types with arguments of type StringNBT Modifier and Type Method Description INBTType<StringNBT>
StringNBT. getType()
-