Enum Class SnbtParsing.NumericType

java.lang.Object
java.lang.Enum<SnbtParsing.NumericType>
net.minecraft.nbt.SnbtParsing.NumericType
All Implemented Interfaces:
Serializable, Comparable<SnbtParsing.NumericType>, Constable
Enclosing class:
SnbtParsing

private static enum SnbtParsing.NumericType extends Enum<SnbtParsing.NumericType>
Mappings:
Namespace Name
named net/minecraft/nbt/SnbtParsing$NumericType
intermediary net/minecraft/class_10900$class_10909
official uu$i
  • Enum Constant Details Link icon

    • FLOAT Link icon

      public static final SnbtParsing.NumericType 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 Link icon

      public static final SnbtParsing.NumericType 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 Link icon

      public static final SnbtParsing.NumericType 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 Link icon

      public static final SnbtParsing.NumericType 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 Link icon

      public static final SnbtParsing.NumericType 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 Link icon

      public static final SnbtParsing.NumericType 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 Link icon

    • NumericType Link icon

      private NumericType()
  • Method Details Link icon

    • values Link icon

      public static SnbtParsing.NumericType[] 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 Link icon

      public static SnbtParsing.NumericType valueOf(String name)
      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 name
      NullPointerException - if the argument is null