Enum Class UndeadHorseEntityRenderer.class_10651

java.lang.Object
java.lang.Enum<UndeadHorseEntityRenderer.class_10651>
net.minecraft.client.render.entity.UndeadHorseEntityRenderer.class_10651
All Implemented Interfaces:
Serializable, Comparable<UndeadHorseEntityRenderer.class_10651>, Constable
Enclosing class:
UndeadHorseEntityRenderer

@Environment(CLIENT) public static enum UndeadHorseEntityRenderer.class_10651 extends Enum<UndeadHorseEntityRenderer.class_10651>
Mappings:
Namespace Name
named net/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651
intermediary net/minecraft/class_961$class_10651
official gye$a
  • Enum Constant Details

    • SKELETON

      public static final UndeadHorseEntityRenderer.class_10651 SKELETON
      Mappings:
      Namespace Name Mixin selector
      named SKELETON Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;SKELETON:Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;
      intermediary field_56104 Lnet/minecraft/class_961$class_10651;field_56104:Lnet/minecraft/class_961$class_10651;
      official a Lgye$a;a:Lgye$a;
    • ZOMBIE

      public static final UndeadHorseEntityRenderer.class_10651 ZOMBIE
      Mappings:
      Namespace Name Mixin selector
      named ZOMBIE Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;ZOMBIE:Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;
      intermediary field_56105 Lnet/minecraft/class_961$class_10651;field_56105:Lnet/minecraft/class_961$class_10651;
      official b Lgye$a;b:Lgye$a;
  • Field Details

    • field_56106

      final Identifier field_56106
      Mappings:
      Namespace Name Mixin selector
      named field_56106 Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56106:Lnet/minecraft/util/Identifier;
      intermediary field_56106 Lnet/minecraft/class_961$class_10651;field_56106:Lnet/minecraft/class_2960;
      official c Lgye$a;c:Lale;
    • field_56107

      final EntityModelLayer field_56107
      Mappings:
      Namespace Name Mixin selector
      named field_56107 Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56107:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_56107 Lnet/minecraft/class_961$class_10651;field_56107:Lnet/minecraft/class_5601;
      official d Lgye$a;d:Lgie;
    • field_56108

      final EntityModelLayer field_56108
      Mappings:
      Namespace Name Mixin selector
      named field_56108 Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56108:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_56108 Lnet/minecraft/class_961$class_10651;field_56108:Lnet/minecraft/class_5601;
      official e Lgye$a;e:Lgie;
    • field_56109

      final EquipmentModel.LayerType field_56109
      Mappings:
      Namespace Name Mixin selector
      named field_56109 Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56109:Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;
      intermediary field_56109 Lnet/minecraft/class_961$class_10651;field_56109:Lnet/minecraft/class_10186$class_10190;
      official f Lgye$a;f:Lhkf$d;
    • field_56110

      final EntityModelLayer field_56110
      Mappings:
      Namespace Name Mixin selector
      named field_56110 Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56110:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_56110 Lnet/minecraft/class_961$class_10651;field_56110:Lnet/minecraft/class_5601;
      official g Lgye$a;g:Lgie;
    • field_56111

      final EntityModelLayer field_56111
      Mappings:
      Namespace Name Mixin selector
      named field_56111 Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56111:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_56111 Lnet/minecraft/class_961$class_10651;field_56111:Lnet/minecraft/class_5601;
      official h Lgye$a;h:Lgie;
  • Constructor Details

  • Method Details

    • values

      public static UndeadHorseEntityRenderer.class_10651[] 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 UndeadHorseEntityRenderer.class_10651 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