Class ShulkerBulletEntityModel<T extends Entity>


@Environment(CLIENT) public class ShulkerBulletEntityModel<T extends Entity> extends SinglePartEntityModel<T>
Represents the model of shulker-bullet-like entity.
Model parts of this model
Part NameParentCorresponding Field
"main"Root partbullet
Mappings:
Namespace Name
official exb
intermediary net/minecraft/class_603
named net/minecraft/client/render/entity/model/ShulkerBulletEntityModel
  • Field Details

    • MAIN

      private static final String MAIN
      The key of the main model part, whose value is "main".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lexb;a:Ljava/lang/String;
      intermediary field_32553 Lnet/minecraft/class_603;field_32553:Ljava/lang/String;
      named MAIN Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;MAIN:Ljava/lang/String;
    • root

      private final ModelPart root
      Mappings:
      Namespace Name Mixin selector
      official b Lexb;b:Leyh;
      intermediary field_27496 Lnet/minecraft/class_603;field_27496:Lnet/minecraft/class_630;
      named root Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;root:Lnet/minecraft/client/model/ModelPart;
    • bullet

      private final ModelPart bullet
      Mappings:
      Namespace Name Mixin selector
      official f Lexb;f:Leyh;
      intermediary field_3556 Lnet/minecraft/class_603;field_3556:Lnet/minecraft/class_630;
      named bullet Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;bullet:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • ShulkerBulletEntityModel

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

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official b Lexb;b()Leyn;
      intermediary method_32040 Lnet/minecraft/class_603;method_32040()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;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