Uses of Enum Class
net.minecraft.nbt.SnbtGrammar.Base
Packages that use SnbtGrammar.Base
-
Uses of SnbtGrammar.Base in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtGrammar.BaseModifier and TypeFieldDescriptionprivate final SnbtGrammar.Base
SnbtGrammar.IntegerLiteral.base
The field for thebase
record component.Methods in net.minecraft.nbt that return SnbtGrammar.BaseModifier and TypeMethodDescriptionSnbtGrammar.IntegerLiteral.base()
Returns the value of thebase
record component.static SnbtGrammar.Base
Returns the enum constant of this class with the specified name.static SnbtGrammar.Base[]
SnbtGrammar.Base.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 SnbtGrammar.BaseModifierConstructorDescription(package private)
IntegerLiteral
(SnbtGrammar.Sign sign, SnbtGrammar.Base base, String digits, SnbtGrammar.IntegerSuffix suffix) Creates an instance of aIntegerLiteral
record class.