Uses of Enum Class
net.minecraft.nbt.SnbtGrammar.Sign
Packages that use SnbtGrammar.Sign
-
Uses of SnbtGrammar.Sign in net.minecraft.nbt
Subclasses with type arguments of type SnbtGrammar.Sign in net.minecraft.nbtFields in net.minecraft.nbt declared as SnbtGrammar.SignModifier and TypeFieldDescriptionprivate final SnbtGrammar.SignSnbtGrammar.IntegerLiteral.signThe field for thesignrecord component.private final SnbtGrammar.SignSnbtGrammar.Signed.signThe field for thesignrecord component.Methods in net.minecraft.nbt that return SnbtGrammar.SignModifier and TypeMethodDescriptionSnbtGrammar.IntegerLiteral.sign()Returns the value of thesignrecord component.SnbtGrammar.Signed.sign()Returns the value of thesignrecord component.static SnbtGrammar.SignReturns 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 StringSnbtGrammar.IntegerLiteral.cleanupDigits(SnbtGrammar.Sign sign) private static <T> @Nullable TSnbtGrammar.createFloat(com.mojang.serialization.DynamicOps<T> ops, SnbtGrammar.Sign sign, @Nullable String whole, @Nullable String fraction, @Nullable SnbtGrammar.Signed<String> exponent, @Nullable SnbtGrammar.TypeSuffix typeSuffix, ParseState<?> state) Constructors in net.minecraft.nbt with parameters of type SnbtGrammar.SignModifierConstructorDescriptionprivateIntegerLiteral(SnbtGrammar.Sign sign, SnbtGrammar.Base base, String digits, SnbtGrammar.IntegerSuffix suffix) Creates an instance of aIntegerLiteralrecord class.privateSigned(SnbtGrammar.Sign sign, T value) Creates an instance of aSignedrecord class.