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.SignednessSnbtParsing.NumberSuffix.signedThe field for thesignedrecord component.Methods in net.minecraft.nbt that return SnbtParsing.SignednessModifier and TypeMethodDescriptionprivate SnbtParsing.SignednessSnbtParsing.IntValue.getSignedness()SnbtParsing.NumberSuffix.signed()Returns the value of thesignedrecord component.static SnbtParsing.SignednessReturns 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)