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.NumericTypeSnbtParsing.ArrayType.elementTypeprivate final @Nullable SnbtParsing.NumericTypeSnbtParsing.NumberSuffix.typeThe field for thetyperecord component.Fields in net.minecraft.nbt with type parameters of type SnbtParsing.NumericTypeModifier and TypeFieldDescriptionprivate final Set<SnbtParsing.NumericType> SnbtParsing.ArrayType.castableTypesMethods in net.minecraft.nbt that return SnbtParsing.NumericTypeModifier and TypeMethodDescriptionprivate @Nullable SnbtParsing.NumericTypeSnbtParsing.ArrayType.getType(SnbtParsing.NumberSuffix suffix) SnbtParsing.NumberSuffix.type()Returns the value of thetyperecord component.static SnbtParsing.NumericTypeReturns 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> TSnbtParsing.IntValue.decode(com.mojang.serialization.DynamicOps<T> ops, SnbtParsing.NumericType type, ParsingState<?> state) private 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) booleanSnbtParsing.ArrayType.isTypeAllowed(SnbtParsing.NumericType type) Constructors in net.minecraft.nbt with parameters of type SnbtParsing.NumericTypeModifierConstructorDescriptionprivateArrayType(SnbtParsing.NumericType elementType, SnbtParsing.NumericType[] castableTypes) (package private)NumberSuffix(@Nullable SnbtParsing.Signedness signedness, @Nullable SnbtParsing.NumericType numericType)