Uses of Enum Class
net.minecraft.nbt.SnbtParsing.Sign
Packages that use SnbtParsing.Sign
-
Uses of SnbtParsing.Sign in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtParsing.SignModifier and TypeFieldDescriptionprivate final SnbtParsing.SignSnbtParsing.IntValue.signThe field for thesignrecord component.private final SnbtParsing.SignSnbtParsing.SignedValue.signThe field for thesignrecord component.Methods in net.minecraft.nbt that return SnbtParsing.SignModifier and TypeMethodDescriptionSnbtParsing.IntValue.sign()Returns the value of thesignrecord component.SnbtParsing.SignedValue.sign()Returns the value of thesignrecord component.static SnbtParsing.SignReturns the enum constant of this class with the specified name.static SnbtParsing.Sign[]SnbtParsing.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 SnbtParsing.SignModifier and TypeMethodDescriptionprivate static <T> TSnbtParsing.decodeFloat(com.mojang.serialization.DynamicOps<T> ops, SnbtParsing.Sign sign, @Nullable String intPart, @Nullable String fractionalPart, @Nullable SnbtParsing.SignedValue<String> exponent, @Nullable SnbtParsing.NumericType type, ParsingState<?> state) private StringSnbtParsing.IntValue.toString(SnbtParsing.Sign sign) Constructors in net.minecraft.nbt with parameters of type SnbtParsing.SignModifierConstructorDescription(package private)IntValue(SnbtParsing.Sign sign, SnbtParsing.Radix radix, String string, SnbtParsing.NumberSuffix numberSuffix) (package private)SignedValue(SnbtParsing.Sign sign, T t)