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.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 pSign) private static <T> TSnbtGrammar.createFloat(com.mojang.serialization.DynamicOps<T> pOps, SnbtGrammar.Sign pSign, String pWholePart, String pFractionPart, SnbtGrammar.Signed<String> pExponentPart, SnbtGrammar.TypeSuffix pSuffix, ParseState<?> pParseState) 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 aIntegerLiteralrecord class.(package private)Signed(SnbtGrammar.Sign sign, T value) Creates an instance of aSignedrecord class.