Package net.minecraft

Enum Class class_212

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

public enum class_212 extends Enum<class_212>
Mappings:
Namespace Name
intermediary net/minecraft/class_212
glue class_233
server gd
client jg
named net/minecraft/class_212
  • Enum Constant Details

    • TILE

      public static final class_212 TILE
      Mappings:
      Namespace Name Mixin selector
      intermediary field_789 Lnet/minecraft/class_212;field_789:Lnet/minecraft/class_212;
      glue field_986 Lclass_233;field_986:Lclass_233;
      server a Lgd;a:Lgd;
      client a Ljg;a:Ljg;
      named TILE Lnet/minecraft/class_212;TILE:Lnet/minecraft/class_212;
    • ENTITY

      public static final class_212 ENTITY
      Mappings:
      Namespace Name Mixin selector
      intermediary field_790 Lnet/minecraft/class_212;field_790:Lnet/minecraft/class_212;
      glue field_987 Lclass_233;field_987:Lclass_233;
      server b Lgd;b:Lgd;
      client b Ljg;b:Ljg;
      named ENTITY Lnet/minecraft/class_212;ENTITY:Lnet/minecraft/class_212;
  • Constructor Details

    • class_212

      private class_212()
  • Method Details

    • values

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