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.Sign
SnbtParsing.IntValue.sign
The field for thesign
record component.private final SnbtParsing.Sign
SnbtParsing.SignedValue.sign
The field for thesign
record component.Methods in net.minecraft.nbt that return SnbtParsing.SignModifier and TypeMethodDescriptionSnbtParsing.IntValue.sign()
Returns the value of thesign
record component.SnbtParsing.SignedValue.sign()
Returns the value of thesign
record component.static SnbtParsing.Sign
Returns 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> T
SnbtParsing.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 String
SnbtParsing.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)