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.NumberSuffix
SnbtParsing.NumberSuffix.DEFAULT
private final SnbtParsing.NumberSuffix
SnbtParsing.IntValue.suffix
The field for thesuffix
record component.Methods in net.minecraft.nbt that return SnbtParsing.NumberSuffixModifier and TypeMethodDescriptionSnbtParsing.IntValue.suffix()
Returns the value of thesuffix
record component.Methods in net.minecraft.nbt with parameters of type SnbtParsing.NumberSuffixModifier and TypeMethodDescriptionprivate @Nullable SnbtParsing.NumericType
SnbtParsing.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)