Uses of Enum Class
net.minecraft.nbt.SnbtGrammar.Sign
Packages that use SnbtGrammar.Sign
-
Uses of SnbtGrammar.Sign in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtGrammar.SignModifier and TypeFieldDescriptionprivate final SnbtGrammar.Sign
SnbtGrammar.IntegerLiteral.sign
The field for thesign
record component.private final SnbtGrammar.Sign
SnbtGrammar.Signed.sign
The field for thesign
record component.Methods in net.minecraft.nbt that return SnbtGrammar.SignModifier and TypeMethodDescriptionSnbtGrammar.IntegerLiteral.sign()
Returns the value of thesign
record component.SnbtGrammar.Signed.sign()
Returns the value of thesign
record component.static SnbtGrammar.Sign
Returns the enum constant of this class with the specified name.static SnbtGrammar.Sign[]
SnbtGrammar.Sign.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.nbt with parameters of type SnbtGrammar.SignModifier and TypeMethodDescriptionprivate String
SnbtGrammar.IntegerLiteral.cleanupDigits
(SnbtGrammar.Sign pSign) private static <T> T
SnbtGrammar.createFloat
(com.mojang.serialization.DynamicOps<T> p_410880_, SnbtGrammar.Sign p_409652_, String p_410345_, String p_410114_, SnbtGrammar.Signed<String> p_409756_, SnbtGrammar.TypeSuffix p_410824_, ParseState<?> p_410041_) Constructors in net.minecraft.nbt with parameters of type SnbtGrammar.SignModifierConstructorDescription(package private)
IntegerLiteral
(SnbtGrammar.Sign sign, SnbtGrammar.Base base, String digits, SnbtGrammar.IntegerSuffix suffix) Creates an instance of aIntegerLiteral
record class.(package private)
Signed
(SnbtGrammar.Sign sign, T value) Creates an instance of aSigned
record class.