Enum Class SnbtParsing.Radix

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

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

    • BINARY Link icon

      public static final SnbtParsing.Radix BINARY
      Mappings:
      Namespace Name Mixin selector
      named BINARY Lnet/minecraft/nbt/SnbtParsing$Radix;BINARY:Lnet/minecraft/nbt/SnbtParsing$Radix;
      intermediary field_58009 Lnet/minecraft/class_10900$class_10902;field_58009:Lnet/minecraft/class_10900$class_10902;
      official a Luu$b;a:Luu$b;
    • DECIMAL Link icon

      public static final SnbtParsing.Radix DECIMAL
      Mappings:
      Namespace Name Mixin selector
      named DECIMAL Lnet/minecraft/nbt/SnbtParsing$Radix;DECIMAL:Lnet/minecraft/nbt/SnbtParsing$Radix;
      intermediary field_58010 Lnet/minecraft/class_10900$class_10902;field_58010:Lnet/minecraft/class_10900$class_10902;
      official b Luu$b;b:Luu$b;
    • HEX Link icon

      public static final SnbtParsing.Radix HEX
      Mappings:
      Namespace Name Mixin selector
      named HEX Lnet/minecraft/nbt/SnbtParsing$Radix;HEX:Lnet/minecraft/nbt/SnbtParsing$Radix;
      intermediary field_58011 Lnet/minecraft/class_10900$class_10902;field_58011:Lnet/minecraft/class_10900$class_10902;
      official c Luu$b;c:Luu$b;
  • Constructor Details Link icon

    • Radix Link icon

      private Radix()
  • Method Details Link icon

    • values Link icon

      public static SnbtParsing.Radix[] 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.Radix 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