Package net.minecraft

Enum Class class_238

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

public enum class_238 extends Enum<class_238>
Mappings:
Namespace Name
intermediary net/minecraft/class_238
glue class_277
server hh
client lk
named net/minecraft/class_238
  • Enum Constant Details

    • MONSTER

      public static final class_238 MONSTER
      Mappings:
      Namespace Name Mixin selector
      intermediary field_942 Lnet/minecraft/class_238;field_942:Lnet/minecraft/class_238;
      glue field_1143 Lclass_277;field_1143:Lclass_277;
      server a Lhh;a:Lhh;
      client a Llk;a:Llk;
      named MONSTER Lnet/minecraft/class_238;MONSTER:Lnet/minecraft/class_238;
    • CREATURE

      public static final class_238 CREATURE
      Mappings:
      Namespace Name Mixin selector
      intermediary field_943 Lnet/minecraft/class_238;field_943:Lnet/minecraft/class_238;
      glue field_1144 Lclass_277;field_1144:Lclass_277;
      server b Lhh;b:Lhh;
      client b Llk;b:Llk;
      named CREATURE Lnet/minecraft/class_238;CREATURE:Lnet/minecraft/class_238;
    • WATER_CREATURE

      public static final class_238 WATER_CREATURE
      Mappings:
      Namespace Name Mixin selector
      intermediary field_944 Lnet/minecraft/class_238;field_944:Lnet/minecraft/class_238;
      glue field_1145 Lclass_277;field_1145:Lclass_277;
      server c Lhh;c:Lhh;
      client c Llk;c:Llk;
      named WATER_CREATURE Lnet/minecraft/class_238;WATER_CREATURE:Lnet/minecraft/class_238;
  • Field Details

    • field_945

      private final Class field_945
      Mappings:
      Namespace Name Mixin selector
      intermediary field_945 Lnet/minecraft/class_238;field_945:Ljava/lang/Class;
      glue field_1146 Lclass_277;field_1146:Ljava/lang/Class;
      server d Lhh;d:Ljava/lang/Class;
      client d Llk;d:Ljava/lang/Class;
      named field_945 Lnet/minecraft/class_238;field_945:Ljava/lang/Class;
    • field_946

      private final int field_946
      Mappings:
      Namespace Name Mixin selector
      intermediary field_946 Lnet/minecraft/class_238;field_946:I
      glue field_1147 Lclass_277;field_1147:I
      server e Lhh;e:I
      client e Llk;e:I
      named field_946 Lnet/minecraft/class_238;field_946:I
    • field_947

      private final Material field_947
      Mappings:
      Namespace Name Mixin selector
      intermediary field_947 Lnet/minecraft/class_238;field_947:Lnet/minecraft/class_15;
      glue field_1148 Lclass_277;field_1148:Lclass_280;
      server f Lhh;f:Lhj;
      client f Llk;f:Lln;
      named field_947 Lnet/minecraft/class_238;field_947:Lnet/minecraft/block/Material;
    • field_948

      private final boolean field_948
      Mappings:
      Namespace Name Mixin selector
      intermediary field_948 Lnet/minecraft/class_238;field_948:Z
      glue field_1149 Lclass_277;field_1149:Z
      server g Lhh;g:Z
      client g Llk;g:Z
      named field_948 Lnet/minecraft/class_238;field_948:Z
  • Constructor Details

    • class_238

      private class_238(Class class2, int int2, Material material, boolean bool)
  • Method Details

    • values

      public static class_238[] 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_238 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
    • method_853

      public Class method_853()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_853 Lnet/minecraft/class_238;method_853()Ljava/lang/Class;
      glue method_1273 Lclass_277;method_1273()Ljava/lang/Class;
      server a Lhh;a()Ljava/lang/Class;
      client a Llk;a()Ljava/lang/Class;
      named method_853 Lnet/minecraft/class_238;method_853()Ljava/lang/Class;
    • method_854

      public int method_854()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_854 Lnet/minecraft/class_238;method_854()I
      glue method_1274 Lclass_277;method_1274()I
      server b Lhh;b()I
      client b Llk;b()I
      named method_854 Lnet/minecraft/class_238;method_854()I
    • method_855

      public Material method_855()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_855 Lnet/minecraft/class_238;method_855()Lnet/minecraft/class_15;
      glue method_1275 Lclass_277;method_1275()Lclass_280;
      server c Lhh;c()Lhj;
      client c Llk;c()Lln;
      named method_855 Lnet/minecraft/class_238;method_855()Lnet/minecraft/block/Material;
    • method_856

      public boolean method_856()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_856 Lnet/minecraft/class_238;method_856()Z
      glue method_1276 Lclass_277;method_1276()Z
      server d Lhh;d()Z
      client d Llk;d()Z
      named method_856 Lnet/minecraft/class_238;method_856()Z