Uses of Enum Class
net.minecraft.nbt.SnbtGrammar.SignedPrefix
Packages that use SnbtGrammar.SignedPrefix
-
Uses of SnbtGrammar.SignedPrefix in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtGrammar.SignedPrefixModifier and TypeFieldDescriptionprivate final SnbtGrammar.SignedPrefix
SnbtGrammar.IntegerSuffix.signed
The field for thesigned
record component.Methods in net.minecraft.nbt that return SnbtGrammar.SignedPrefixModifier and TypeMethodDescriptionSnbtGrammar.IntegerSuffix.signed()
Returns the value of thesigned
record component.private SnbtGrammar.SignedPrefix
SnbtGrammar.IntegerLiteral.signedOrDefault()
static SnbtGrammar.SignedPrefix
Returns the enum constant of this class with the specified name.static SnbtGrammar.SignedPrefix[]
SnbtGrammar.SignedPrefix.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 SnbtGrammar.SignedPrefixModifierConstructorDescription(package private)
IntegerSuffix
(SnbtGrammar.SignedPrefix signed, SnbtGrammar.TypeSuffix type) Creates an instance of aIntegerSuffix
record class.