Class EntityModel

java.lang.Object
net.minecraft.client.render.entity.model.EntityModel
Direct Known Subclasses:
BipedEntityModel, BoatEntityModel, ChickenEntityModel, CreeperEntityModel, GhastEntityModel, MinecartEntityModel, QuadrupedEntityModel, SlimeEntityModel, SpiderEntityModel, SquidEntityModel, WolfEntityModel

@Environment(CLIENT) public abstract class EntityModel extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_173
glue class_407
server net/minecraft/class_173
client ko
named net/minecraft/client/render/entity/model/EntityModel
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    animateModel(LivingEntity entity, float limbAngle, float limbDistance, float tickDelta)
     
    void
    render(float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch, float scale)
     
    void
    setAngles(float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch, float scale)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • handWingProgress

      public float handWingProgress
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1427 Lnet/minecraft/class_173;field_1427:F
      glue field_1589 Lclass_407;field_1589:F
      server field_1427 Lnet/minecraft/class_173;field_1427:F
      client m Lko;m:F
      named handWingProgress Lnet/minecraft/client/render/entity/model/EntityModel;handWingProgress:F
    • riding

      public boolean riding
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1428 Lnet/minecraft/class_173;field_1428:Z
      glue field_1590 Lclass_407;field_1590:Z
      server field_1428 Lnet/minecraft/class_173;field_1428:Z
      client n Lko;n:Z
      named riding Lnet/minecraft/client/render/entity/model/EntityModel;riding:Z
  • Constructor Details

    • EntityModel

      public EntityModel()
  • Method Details

    • render

      public void render(float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch, float scale)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1211 Lnet/minecraft/class_173;method_1211(FFFFFF)V
      glue method_894 Lclass_407;method_894(FFFFFF)V
      server method_1211 Lnet/minecraft/class_173;method_1211(FFFFFF)V
      client a Lko;a(FFFFFF)V
      named render Lnet/minecraft/client/render/entity/model/EntityModel;render(FFFFFF)V
    • setAngles

      public void setAngles(float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch, float scale)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1210 Lnet/minecraft/class_173;method_1210(FFFFFF)V
      glue method_807 Lclass_407;method_807(FFFFFF)V
      server method_1210 Lnet/minecraft/class_173;method_1210(FFFFFF)V
      client b Lko;b(FFFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(FFFFFF)V
    • animateModel

      public void animateModel(LivingEntity entity, float limbAngle, float limbDistance, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1209 Lnet/minecraft/class_173;method_1209(Lnet/minecraft/class_127;FFF)V
      glue method_1557 Lclass_407;method_1557(Lclass_283;FFF)V
      server method_1209 Lnet/minecraft/class_173;method_1209(Lhl;FFF)V
      client a Lko;a(Lls;FFF)V
      named animateModel Lnet/minecraft/client/render/entity/model/EntityModel;animateModel(Lnet/minecraft/entity/LivingEntity;FFF)V