Package net.minecraft.nbt
Enum Class SnbtParsing.NumericType
- All Implemented Interfaces:
Serializable
,Comparable<SnbtParsing.NumericType>
,Constable
- Enclosing class:
SnbtParsing
- Mappings:
Namespace Name named net/minecraft/nbt/SnbtParsing$NumericType
intermediary net/minecraft/class_10900$class_10909
official uu$i
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SnbtParsing.NumericType
Returns the enum constant of this class with the specified name.static SnbtParsing.NumericType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FLOAT
- Mappings:
Namespace Name Mixin selector named FLOAT
Lnet/minecraft/nbt/SnbtParsing$NumericType;FLOAT:Lnet/minecraft/nbt/SnbtParsing$NumericType;
intermediary field_58020
Lnet/minecraft/class_10900$class_10909;field_58020:Lnet/minecraft/class_10900$class_10909;
official a
Luu$i;a:Luu$i;
-
DOUBLE
- Mappings:
Namespace Name Mixin selector named DOUBLE
Lnet/minecraft/nbt/SnbtParsing$NumericType;DOUBLE:Lnet/minecraft/nbt/SnbtParsing$NumericType;
intermediary field_58021
Lnet/minecraft/class_10900$class_10909;field_58021:Lnet/minecraft/class_10900$class_10909;
official b
Luu$i;b:Luu$i;
-
BYTE
- Mappings:
Namespace Name Mixin selector named BYTE
Lnet/minecraft/nbt/SnbtParsing$NumericType;BYTE:Lnet/minecraft/nbt/SnbtParsing$NumericType;
intermediary field_58022
Lnet/minecraft/class_10900$class_10909;field_58022:Lnet/minecraft/class_10900$class_10909;
official c
Luu$i;c:Luu$i;
-
SHORT
- Mappings:
Namespace Name Mixin selector named SHORT
Lnet/minecraft/nbt/SnbtParsing$NumericType;SHORT:Lnet/minecraft/nbt/SnbtParsing$NumericType;
intermediary field_58023
Lnet/minecraft/class_10900$class_10909;field_58023:Lnet/minecraft/class_10900$class_10909;
official d
Luu$i;d:Luu$i;
-
INT
- Mappings:
Namespace Name Mixin selector named INT
Lnet/minecraft/nbt/SnbtParsing$NumericType;INT:Lnet/minecraft/nbt/SnbtParsing$NumericType;
intermediary field_58024
Lnet/minecraft/class_10900$class_10909;field_58024:Lnet/minecraft/class_10900$class_10909;
official e
Luu$i;e:Luu$i;
-
LONG
- Mappings:
Namespace Name Mixin selector named LONG
Lnet/minecraft/nbt/SnbtParsing$NumericType;LONG:Lnet/minecraft/nbt/SnbtParsing$NumericType;
intermediary field_58025
Lnet/minecraft/class_10900$class_10909;field_58025:Lnet/minecraft/class_10900$class_10909;
official f
Luu$i;f:Luu$i;
-
-
Constructor Details
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-