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.IntegerSuffixSnbtGrammar.IntegerSuffix.EMPTYprivate final SnbtGrammar.IntegerSuffixSnbtGrammar.IntegerLiteral.suffixThe field for thesuffixrecord component.Methods in net.minecraft.nbt that return SnbtGrammar.IntegerSuffixModifier and TypeMethodDescriptionSnbtGrammar.IntegerLiteral.suffix()Returns the value of thesuffixrecord component.Methods in net.minecraft.nbt with parameters of type SnbtGrammar.IntegerSuffixModifier and TypeMethodDescriptionprivate SnbtGrammar.TypeSuffixSnbtGrammar.ArrayPrefix.computeType(SnbtGrammar.IntegerSuffix pSuffix) 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 aIntegerLiteralrecord class.