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 fys
  • 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 Lfys;a:Ljava/lang/String;
    • root

      private final ModelPart root
      Mappings:
      Namespace Name Mixin selector
      named root Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;root:Lnet/minecraft/client/model/ModelPart;
      intermediary field_27496 Lnet/minecraft/class_603;field_27496:Lnet/minecraft/class_630;
      official b Lfys;b:Lgab;
    • 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 c Lfys;c:Lgab;
  • Constructor Details

    • ShulkerBulletEntityModel

      public ShulkerBulletEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
      intermediary <init> Lnet/minecraft/class_603;<init>(Lnet/minecraft/class_630;)V
      official <init> Lfys;<init>(Lgab;)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 b Lfys;b()Lgah;
    • getPart

      public ModelPart getPart()
      Specified by:
      getPart in class Model
      Mappings:
      Namespace Name Mixin selector
      named getPart Lnet/minecraft/client/model/Model;getPart()Lnet/minecraft/client/model/ModelPart;
      intermediary method_32008 Lnet/minecraft/class_3879;method_32008()Lnet/minecraft/class_630;
      official a Lfxv;a()Lgab;
    • setAngles

      public void setAngles(ShulkerBulletEntityRenderState shulkerBulletEntityRenderState)
      Specified by:
      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 Lfys;a(Lgun;)V