Package net.minecraft

Enum Class class_141

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

public enum class_141 extends Enum<class_141>
Mappings:
Namespace Name
intermediary net/minecraft/class_141
glue class_71
server bw
client cw
named net/minecraft/class_141
  • Enum Constant Details

    • OK

      public static final class_141 OK
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2660 Lnet/minecraft/class_141;field_2660:Lnet/minecraft/class_141;
      glue field_149 Lclass_71;field_149:Lclass_71;
      server a Lbw;a:Lbw;
      client a Lcw;a:Lcw;
      named OK Lnet/minecraft/class_141;OK:Lnet/minecraft/class_141;
    • NOT_POSSIBLE_HERE

      public static final class_141 NOT_POSSIBLE_HERE
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2661 Lnet/minecraft/class_141;field_2661:Lnet/minecraft/class_141;
      glue field_150 Lclass_71;field_150:Lclass_71;
      server b Lbw;b:Lbw;
      client b Lcw;b:Lcw;
      named NOT_POSSIBLE_HERE Lnet/minecraft/class_141;NOT_POSSIBLE_HERE:Lnet/minecraft/class_141;
    • NOT_POSSIBLE_NOW

      public static final class_141 NOT_POSSIBLE_NOW
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2662 Lnet/minecraft/class_141;field_2662:Lnet/minecraft/class_141;
      glue field_151 Lclass_71;field_151:Lclass_71;
      server c Lbw;c:Lbw;
      client c Lcw;c:Lcw;
      named NOT_POSSIBLE_NOW Lnet/minecraft/class_141;NOT_POSSIBLE_NOW:Lnet/minecraft/class_141;
    • TOO_FAR_AWAY

      public static final class_141 TOO_FAR_AWAY
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2663 Lnet/minecraft/class_141;field_2663:Lnet/minecraft/class_141;
      glue field_152 Lclass_71;field_152:Lclass_71;
      server d Lbw;d:Lbw;
      client d Lcw;d:Lcw;
      named TOO_FAR_AWAY Lnet/minecraft/class_141;TOO_FAR_AWAY:Lnet/minecraft/class_141;
    • OTHER_PROBLEM

      public static final class_141 OTHER_PROBLEM
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2664 Lnet/minecraft/class_141;field_2664:Lnet/minecraft/class_141;
      glue field_153 Lclass_71;field_153:Lclass_71;
      server e Lbw;e:Lbw;
      client e Lcw;e:Lcw;
      named OTHER_PROBLEM Lnet/minecraft/class_141;OTHER_PROBLEM:Lnet/minecraft/class_141;
  • Constructor Details

    • class_141

      private class_141()
  • Method Details

    • values

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