Uses of Enum Class
net.minecraft.nbt.SnbtParsing.NumericType
Packages that use SnbtParsing.NumericType
-
Uses of SnbtParsing.NumericType in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtParsing.NumericTypeModifier and TypeFieldDescriptionprivate final SnbtParsing.NumericType
SnbtParsing.ArrayType.elementType
private final @Nullable SnbtParsing.NumericType
SnbtParsing.NumberSuffix.type
The field for thetype
record component.Fields in net.minecraft.nbt with type parameters of type SnbtParsing.NumericTypeModifier and TypeFieldDescriptionprivate final Set
<SnbtParsing.NumericType> SnbtParsing.ArrayType.castableTypes
Methods in net.minecraft.nbt that return SnbtParsing.NumericTypeModifier and TypeMethodDescriptionprivate @Nullable SnbtParsing.NumericType
SnbtParsing.ArrayType.getType
(SnbtParsing.NumberSuffix suffix) SnbtParsing.NumberSuffix.type()
Returns the value of thetype
record component.static SnbtParsing.NumericType
Returns the enum constant of this class with the specified name.static SnbtParsing.NumericType[]
SnbtParsing.NumericType.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.NumericTypeModifier and TypeMethodDescription<T> T
SnbtParsing.IntValue.decode
(com.mojang.serialization.DynamicOps<T> ops, SnbtParsing.NumericType type, ParsingState<?> state) private 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) boolean
SnbtParsing.ArrayType.isTypeAllowed
(SnbtParsing.NumericType type) Constructors in net.minecraft.nbt with parameters of type SnbtParsing.NumericTypeModifierConstructorDescriptionprivate
ArrayType
(SnbtParsing.NumericType elementType, SnbtParsing.NumericType[] castableTypes) (package private)
NumberSuffix
(@Nullable SnbtParsing.Signedness signedness, @Nullable SnbtParsing.NumericType numericType)