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.Radix
SnbtParsing.IntValue.base
The field for thebase
record component.Methods in net.minecraft.nbt that return SnbtParsing.RadixModifier and TypeMethodDescriptionSnbtParsing.IntValue.base()
Returns the value of thebase
record component.static SnbtParsing.Radix
Returns 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)