Uses of Enum Class
net.minecraft.nbt.SnbtParsing.Signedness
Packages that use SnbtParsing.Signedness
-
Uses of SnbtParsing.Signedness in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtParsing.SignednessModifier and TypeFieldDescriptionprivate final @Nullable SnbtParsing.Signedness
SnbtParsing.NumberSuffix.signed
The field for thesigned
record component.Methods in net.minecraft.nbt that return SnbtParsing.SignednessModifier and TypeMethodDescriptionprivate SnbtParsing.Signedness
SnbtParsing.IntValue.getSignedness()
SnbtParsing.NumberSuffix.signed()
Returns the value of thesigned
record component.static SnbtParsing.Signedness
Returns the enum constant of this class with the specified name.static SnbtParsing.Signedness[]
SnbtParsing.Signedness.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 SnbtParsing.SignednessModifierConstructorDescription(package private)
NumberSuffix
(@Nullable SnbtParsing.Signedness signedness, @Nullable SnbtParsing.NumericType numericType)