Class VexEntityModel

All Implemented Interfaces:
ModelWithArms, ModelWithHead

@Environment(CLIENT) public class VexEntityModel extends BipedEntityModel<VexEntity>
Represents the model of a VexEntity.
Mappings:
Namespace Name
official ekg
intermediary net/minecraft/class_617
named net/minecraft/client/render/entity/model/VexEntityModel
  • Field Details

    • leftWing

      private final ModelPart leftWing
      Mappings:
      Namespace Name Mixin selector
      official a Lekg;a:Leku;
      intermediary field_3601 Lnet/minecraft/class_617;field_3601:Lnet/minecraft/class_630;
      named leftWing Lnet/minecraft/client/render/entity/model/VexEntityModel;leftWing:Lnet/minecraft/client/model/ModelPart;
    • rightWing

      private final ModelPart rightWing
      Mappings:
      Namespace Name Mixin selector
      official b Lekg;b:Leku;
      intermediary field_3602 Lnet/minecraft/class_617;field_3602:Lnet/minecraft/class_630;
      named rightWing Lnet/minecraft/client/render/entity/model/VexEntityModel;rightWing:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • VexEntityModel

      public VexEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leio;<init>(Leku;)V
      intermediary <init> Lnet/minecraft/class_572;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/BipedEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official c Lekg;c()Lela;
      intermediary method_32063 Lnet/minecraft/class_617;method_32063()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/VexEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • getBodyParts

      protected Iterable<ModelPart> getBodyParts()
      Overrides:
      getBodyParts in class BipedEntityModel<VexEntity>
      Mappings:
      Namespace Name Mixin selector
      official b Lehf;b()Ljava/lang/Iterable;
      intermediary method_22948 Lnet/minecraft/class_4592;method_22948()Ljava/lang/Iterable;
      named getBodyParts Lnet/minecraft/client/render/entity/model/AnimalModel;getBodyParts()Ljava/lang/Iterable;
    • setAngles

      public void setAngles(VexEntity vexEntity, float float2, float float3, float float4, float float5, float float6)
      Overrides:
      setAngles in class BipedEntityModel<VexEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lekg;a(Lblz;FFFFF)V
      intermediary method_17127 Lnet/minecraft/class_617;method_17127(Lnet/minecraft/class_1634;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/VexEntityModel;setAngles(Lnet/minecraft/entity/mob/VexEntity;FFFFF)V