Package net.minecraft

Enum Class class_389

java.lang.Object
java.lang.Enum<class_389>
net.minecraft.class_389
All Implemented Interfaces:
Serializable, Comparable<class_389>, Constable

public enum class_389 extends Enum<class_389>
Mappings:
Namespace Name
intermediary net/minecraft/class_389
glue class_422
server kx
client rt
named net/minecraft/class_389
  • Enum Constant Details

    • EVERYTHING

      public static final class_389 EVERYTHING
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1505 Lnet/minecraft/class_389;field_1505:Lnet/minecraft/class_389;
      glue field_1667 Lclass_422;field_1667:Lclass_422;
      server a Lkx;a:Lkx;
      client a Lrt;a:Lrt;
      named EVERYTHING Lnet/minecraft/class_389;EVERYTHING:Lnet/minecraft/class_389;
    • MOBS

      public static final class_389 MOBS
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1506 Lnet/minecraft/class_389;field_1506:Lnet/minecraft/class_389;
      glue field_1668 Lclass_422;field_1668:Lclass_422;
      server b Lkx;b:Lkx;
      client b Lrt;b:Lrt;
      named MOBS Lnet/minecraft/class_389;MOBS:Lnet/minecraft/class_389;
    • PLAYERS

      public static final class_389 PLAYERS
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1507 Lnet/minecraft/class_389;field_1507:Lnet/minecraft/class_389;
      glue field_1669 Lclass_422;field_1669:Lclass_422;
      server c Lkx;c:Lkx;
      client c Lrt;c:Lrt;
      named PLAYERS Lnet/minecraft/class_389;PLAYERS:Lnet/minecraft/class_389;
  • Constructor Details

    • class_389

      private class_389()
  • Method Details

    • values

      public static class_389[] 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

      public static class_389 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