Class ShulkerBulletEntityModel


@Environment(CLIENT) public class ShulkerBulletEntityModel extends EntityModel<ShulkerBulletEntityRenderState>
Represents the model of shulker-bullet-like entity.
Model parts of this model
Part NameParentCorresponding Field
"main"Root partbullet
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/ShulkerBulletEntityModel
intermediary net/minecraft/class_603
official gdd
  • 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
      named MAIN Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;MAIN:Ljava/lang/String;
      intermediary field_32553 Lnet/minecraft/class_603;field_32553:Ljava/lang/String;
      official a Lgdd;a:Ljava/lang/String;
    • bullet

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

    • ShulkerBulletEntityModel

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

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
      intermediary method_32040 Lnet/minecraft/class_603;method_32040()Lnet/minecraft/class_5607;
      official a Lgdd;a()Lget;
    • setAngles

      public void setAngles(ShulkerBulletEntityRenderState shulkerBulletEntityRenderState)
      Overrides:
      setAngles in class EntityModel<ShulkerBulletEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named setAngles Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/ShulkerBulletEntityRenderState;)V
      intermediary method_62114 Lnet/minecraft/class_603;method_62114(Lnet/minecraft/class_10064;)V
      official a Lgdd;a(Lgzn;)V