Class SalmonEntityModel<T extends Entity>


@Environment(CLIENT) public class SalmonEntityModel<T extends Entity> extends SinglePartEntityModel<T>
Mappings:
Namespace Name
official ewx
intermediary net/minecraft/class_599
named net/minecraft/client/render/entity/model/SalmonEntityModel
  • Field Details

    • BODY_FRONT

      private static final String BODY_FRONT
      The key of the body front model part, whose value is "body_front".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lewx;a:Ljava/lang/String;
      intermediary field_32547 Lnet/minecraft/class_599;field_32547:Ljava/lang/String;
      named BODY_FRONT Lnet/minecraft/client/render/entity/model/SalmonEntityModel;BODY_FRONT:Ljava/lang/String;
    • BODY_BACK

      private static final String BODY_BACK
      The key of the body back model part, whose value is "body_back".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lewx;b:Ljava/lang/String;
      intermediary field_32548 Lnet/minecraft/class_599;field_32548:Ljava/lang/String;
      named BODY_BACK Lnet/minecraft/client/render/entity/model/SalmonEntityModel;BODY_BACK:Ljava/lang/String;
    • root

      private final ModelPart root
      Mappings:
      Namespace Name Mixin selector
      official f Lewx;f:Leyh;
      intermediary field_27494 Lnet/minecraft/class_599;field_27494:Lnet/minecraft/class_630;
      named root Lnet/minecraft/client/render/entity/model/SalmonEntityModel;root:Lnet/minecraft/client/model/ModelPart;
    • tail

      private final ModelPart tail
      Mappings:
      Namespace Name Mixin selector
      official g Lewx;g:Leyh;
      intermediary field_3548 Lnet/minecraft/class_599;field_3548:Lnet/minecraft/class_630;
      named tail Lnet/minecraft/client/render/entity/model/SalmonEntityModel;tail:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • SalmonEntityModel

      public SalmonEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lewx;<init>(Leyh;)V
      intermediary <init> Lnet/minecraft/class_599;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/SalmonEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official b Lewx;b()Leyn;
      intermediary method_32036 Lnet/minecraft/class_599;method_32036()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/SalmonEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • getPart

      public ModelPart getPart()
      Specified by:
      getPart in class SinglePartEntityModel<T extends Entity>
      Mappings:
      Namespace Name Mixin selector
      official a Levt;a()Leyh;
      intermediary method_32008 Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;
      named getPart Lnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;
    • setAngles

      public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)
      Specified by:
      setAngles in class EntityModel<T extends Entity>
      Mappings:
      Namespace Name Mixin selector
      official a Levk;a(Lbdr;FFFFF)V
      intermediary method_2819 Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)V