Uses of Record Class
net.minecraft.nbt.SnbtGrammar.IntegerSuffix
Packages that use SnbtGrammar.IntegerSuffix
-
Uses of SnbtGrammar.IntegerSuffix in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtGrammar.IntegerSuffixModifier and TypeFieldDescriptionstatic final SnbtGrammar.IntegerSuffix
SnbtGrammar.IntegerSuffix.EMPTY
private final SnbtGrammar.IntegerSuffix
SnbtGrammar.IntegerLiteral.suffix
The field for thesuffix
record component.Methods in net.minecraft.nbt that return SnbtGrammar.IntegerSuffixModifier and TypeMethodDescriptionSnbtGrammar.IntegerLiteral.suffix()
Returns the value of thesuffix
record component.Methods in net.minecraft.nbt with parameters of type SnbtGrammar.IntegerSuffixModifier and TypeMethodDescriptionprivate SnbtGrammar.TypeSuffix
SnbtGrammar.ArrayPrefix.computeType
(SnbtGrammar.IntegerSuffix p_409627_) Constructors in net.minecraft.nbt with parameters of type SnbtGrammar.IntegerSuffixModifierConstructorDescription(package private)
IntegerLiteral
(SnbtGrammar.Sign sign, SnbtGrammar.Base base, String digits, SnbtGrammar.IntegerSuffix suffix) Creates an instance of aIntegerLiteral
record class.