Uses of Record Class
net.minecraft.nbt.SnbtParsing.NumberSuffix
Packages that use SnbtParsing.NumberSuffix
-
Uses of SnbtParsing.NumberSuffix in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtParsing.NumberSuffixModifier and TypeFieldDescriptionstatic final SnbtParsing.NumberSuffixSnbtParsing.NumberSuffix.DEFAULTprivate final SnbtParsing.NumberSuffixSnbtParsing.IntValue.suffixThe field for thesuffixrecord component.Methods in net.minecraft.nbt that return SnbtParsing.NumberSuffixModifier and TypeMethodDescriptionSnbtParsing.IntValue.suffix()Returns the value of thesuffixrecord component.Methods in net.minecraft.nbt with parameters of type SnbtParsing.NumberSuffixModifier and TypeMethodDescriptionprivate @Nullable SnbtParsing.NumericTypeSnbtParsing.ArrayType.getType(SnbtParsing.NumberSuffix suffix) Constructors in net.minecraft.nbt with parameters of type SnbtParsing.NumberSuffixModifierConstructorDescription(package private)IntValue(SnbtParsing.Sign sign, SnbtParsing.Radix radix, String string, SnbtParsing.NumberSuffix numberSuffix)