Enum Class UndeadHorseEntityRenderer.Type

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

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

    • SKELETON

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

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

    • texture

      final Identifier texture
      Mappings:
      Namespace Name Mixin selector
      named texture Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;texture:Lnet/minecraft/util/Identifier;
      intermediary field_56106 Lnet/minecraft/class_961$class_10651;field_56106:Lnet/minecraft/class_2960;
      official c Lhud$a;c:Lamy;
    • modelLayer

      final EntityModelLayer modelLayer
      Mappings:
      Namespace Name Mixin selector
      named modelLayer Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;modelLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_56107 Lnet/minecraft/class_961$class_10651;field_56107:Lnet/minecraft/class_5601;
      official d Lhud$a;d:Lhbu;
    • babyModelLayer

      final EntityModelLayer babyModelLayer
      Mappings:
      Namespace Name Mixin selector
      named babyModelLayer Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;babyModelLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_56108 Lnet/minecraft/class_961$class_10651;field_56108:Lnet/minecraft/class_5601;
      official e Lhud$a;e:Lhbu;
    • saddleLayerType

      final EquipmentModel.LayerType saddleLayerType
      Mappings:
      Namespace Name Mixin selector
      named saddleLayerType Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;saddleLayerType: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 Lhud$a;f:Liib$d;
    • saddleModelLayer

      final EntityModelLayer saddleModelLayer
      Mappings:
      Namespace Name Mixin selector
      named saddleModelLayer Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;saddleModelLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_56110 Lnet/minecraft/class_961$class_10651;field_56110:Lnet/minecraft/class_5601;
      official g Lhud$a;g:Lhbu;
    • babySaddleModelLayer

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

    • Type

      private Type(Identifier texture, EntityModelLayer modelLayer, EntityModelLayer babyModelLayer, EquipmentModel.LayerType saddleLayerType, EntityModelLayer saddleModelLayer, EntityModelLayer babySaddleModelLayer)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;<init>(Ljava/lang/String;ILnet/minecraft/util/Identifier;Lnet/minecraft/client/render/entity/model/EntityModelLayer;Lnet/minecraft/client/render/entity/model/EntityModelLayer;Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;Lnet/minecraft/client/render/entity/model/EntityModelLayer;Lnet/minecraft/client/render/entity/model/EntityModelLayer;)V
      intermediary <init> Lnet/minecraft/class_961$class_10651;<init>(Ljava/lang/String;ILnet/minecraft/class_2960;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_10186$class_10190;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)V
      official <init> Lhud$a;<init>(Ljava/lang/String;ILamy;Lhbu;Lhbu;Liib$d;Lhbu;Lhbu;)V
  • Method Details

    • values

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