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$NumericTypeintermediary net/minecraft/class_10900$class_10909official 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.NumericTypeReturns 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 FLOATLnet/minecraft/nbt/SnbtParsing$NumericType;FLOAT:Lnet/minecraft/nbt/SnbtParsing$NumericType;intermediary field_58020Lnet/minecraft/class_10900$class_10909;field_58020:Lnet/minecraft/class_10900$class_10909;official aLuu$i;a:Luu$i;
-
DOUBLE
- Mappings:
Namespace Name Mixin selector named DOUBLELnet/minecraft/nbt/SnbtParsing$NumericType;DOUBLE:Lnet/minecraft/nbt/SnbtParsing$NumericType;intermediary field_58021Lnet/minecraft/class_10900$class_10909;field_58021:Lnet/minecraft/class_10900$class_10909;official bLuu$i;b:Luu$i;
-
BYTE
- Mappings:
Namespace Name Mixin selector named BYTELnet/minecraft/nbt/SnbtParsing$NumericType;BYTE:Lnet/minecraft/nbt/SnbtParsing$NumericType;intermediary field_58022Lnet/minecraft/class_10900$class_10909;field_58022:Lnet/minecraft/class_10900$class_10909;official cLuu$i;c:Luu$i;
-
SHORT
- Mappings:
Namespace Name Mixin selector named SHORTLnet/minecraft/nbt/SnbtParsing$NumericType;SHORT:Lnet/minecraft/nbt/SnbtParsing$NumericType;intermediary field_58023Lnet/minecraft/class_10900$class_10909;field_58023:Lnet/minecraft/class_10900$class_10909;official dLuu$i;d:Luu$i;
-
INT
- Mappings:
Namespace Name Mixin selector named INTLnet/minecraft/nbt/SnbtParsing$NumericType;INT:Lnet/minecraft/nbt/SnbtParsing$NumericType;intermediary field_58024Lnet/minecraft/class_10900$class_10909;field_58024:Lnet/minecraft/class_10900$class_10909;official eLuu$i;e:Luu$i;
-
LONG
- Mappings:
Namespace Name Mixin selector named LONGLnet/minecraft/nbt/SnbtParsing$NumericType;LONG:Lnet/minecraft/nbt/SnbtParsing$NumericType;intermediary field_58025Lnet/minecraft/class_10900$class_10909;field_58025:Lnet/minecraft/class_10900$class_10909;official fLuu$i;f:Luu$i;
-
-
Constructor Details
-
NumericType
private NumericType()
-
-
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
-