Enum Class UnbakedModel.class_10102

java.lang.Object
java.lang.Enum<UnbakedModel.class_10102>
net.minecraft.client.render.model.UnbakedModel.class_10102
All Implemented Interfaces:
Serializable, Comparable<UnbakedModel.class_10102>, Constable
Enclosing interface:
UnbakedModel

@Environment(CLIENT) public static enum UnbakedModel.class_10102 extends Enum<UnbakedModel.class_10102>
Mappings:
Namespace Name
named net/minecraft/client/render/model/UnbakedModel$class_10102
intermediary net/minecraft/class_1100$class_10102
official gzc$a
  • Enum Constant Details

    • TOP

      public static final UnbakedModel.class_10102 TOP
      Mappings:
      Namespace Name Mixin selector
      named TOP Lnet/minecraft/client/render/model/UnbakedModel$class_10102;TOP:Lnet/minecraft/client/render/model/UnbakedModel$class_10102;
      intermediary field_53681 Lnet/minecraft/class_1100$class_10102;field_53681:Lnet/minecraft/class_1100$class_10102;
      official a Lgzc$a;a:Lgzc$a;
    • OVERRIDE

      public static final UnbakedModel.class_10102 OVERRIDE
      Mappings:
      Namespace Name Mixin selector
      named OVERRIDE Lnet/minecraft/client/render/model/UnbakedModel$class_10102;OVERRIDE:Lnet/minecraft/client/render/model/UnbakedModel$class_10102;
      intermediary field_53682 Lnet/minecraft/class_1100$class_10102;field_53682:Lnet/minecraft/class_1100$class_10102;
      official b Lgzc$a;b:Lgzc$a;
  • Constructor Details

    • class_10102

      private class_10102()
  • Method Details

    • values

      public static UnbakedModel.class_10102[] 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 UnbakedModel.class_10102 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