Uses of Enum Class
net.minecraft.nbt.SnbtGrammar.Base
Packages that use SnbtGrammar.Base
-
Uses of SnbtGrammar.Base in net.minecraft.nbt
Subclasses with type arguments of type SnbtGrammar.Base in net.minecraft.nbtFields in net.minecraft.nbt declared as SnbtGrammar.BaseModifier and TypeFieldDescriptionprivate final SnbtGrammar.BaseSnbtGrammar.IntegerLiteral.baseThe field for thebaserecord component.Methods in net.minecraft.nbt that return SnbtGrammar.BaseModifier and TypeMethodDescriptionSnbtGrammar.IntegerLiteral.base()Returns the value of thebaserecord component.static SnbtGrammar.BaseReturns 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.BaseModifierConstructorDescriptionprivateIntegerLiteral(SnbtGrammar.Sign sign, SnbtGrammar.Base base, String digits, SnbtGrammar.IntegerSuffix suffix) Creates an instance of aIntegerLiteralrecord class.