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.SignedPrefixSnbtGrammar.IntegerSuffix.signedThe field for thesignedrecord component.Methods in net.minecraft.nbt that return SnbtGrammar.SignedPrefixModifier and TypeMethodDescriptionSnbtGrammar.IntegerSuffix.signed()Returns the value of thesignedrecord component.private SnbtGrammar.SignedPrefixSnbtGrammar.IntegerLiteral.signedOrDefault()static SnbtGrammar.SignedPrefixReturns 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 aIntegerSuffixrecord class.