Uses of Enum Class
net.minecraft.nbt.SnbtParsing.Radix
Packages that use SnbtParsing.Radix
-
Uses of SnbtParsing.Radix in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtParsing.RadixModifier and TypeFieldDescriptionprivate final SnbtParsing.RadixSnbtParsing.IntValue.baseThe field for thebaserecord component.Methods in net.minecraft.nbt that return SnbtParsing.RadixModifier and TypeMethodDescriptionSnbtParsing.IntValue.base()Returns the value of thebaserecord component.static SnbtParsing.RadixReturns the enum constant of this class with the specified name.static SnbtParsing.Radix[]SnbtParsing.Radix.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.nbt with parameters of type SnbtParsing.RadixModifierConstructorDescription(package private)IntValue(SnbtParsing.Sign sign, SnbtParsing.Radix radix, String string, SnbtParsing.NumberSuffix numberSuffix)