Uses of Class
net.minecraft.nbt.NbtString
| Package | Description |
|---|---|
| net.minecraft.nbt | |
| net.minecraft.nbt.visitor |
-
Uses of NbtString in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtString Modifier and Type Field Description private static NbtStringNbtString. EMPTYFields in net.minecraft.nbt with type parameters of type NbtString Modifier and Type Field Description static NbtType<NbtString>NbtString. TYPEMethods in net.minecraft.nbt that return NbtString Modifier and Type Method Description NbtStringNbtString. copy()static NbtStringNbtString. of(String value)Methods in net.minecraft.nbt that return types with arguments of type NbtString Modifier and Type Method Description NbtType<NbtString>NbtString. getNbtType()Gets the NBT type definition of this NBT element. -
Uses of NbtString in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtString Modifier and Type Method Description voidNbtElementVisitor. visitString(NbtString element)voidNbtOrderedStringFormatter. visitString(NbtString element)voidNbtTextFormatter. visitString(NbtString element)voidStringNbtWriter. visitString(NbtString element)