Class ShulkerBulletEntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.SinglePartEntityModel<T>
net.minecraft.client.render.entity.model.ShulkerBulletEntityModel<T>
@Environment(CLIENT)
public class ShulkerBulletEntityModel<T extends Entity>
extends SinglePartEntityModel<T>
Represents the model of shulker-bullet-like entity.
 
- Mappings:
 Namespace Name named net/minecraft/client/render/entity/model/ShulkerBulletEntityModelintermediary net/minecraft/class_603official fxc
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate static final StringThe key of the main model part, whose value is "main".private final ModelPartFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetPart()static TexturedModelDatavoidsetAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
animate, animateMovement, getChild, render, updateAnimation, updateAnimationMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo 
- 
Field Details
- 
MAIN
The key of the main model part, whose value is "main".- See Also:
 - Mappings:
 Namespace Name Mixin selector named MAINLnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;MAIN:Ljava/lang/String;intermediary field_32553Lnet/minecraft/class_603;field_32553:Ljava/lang/String;official aLfxc;a:Ljava/lang/String;
 - 
root
- Mappings:
 Namespace Name Mixin selector named rootLnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;root:Lnet/minecraft/client/model/ModelPart;intermediary field_27496Lnet/minecraft/class_603;field_27496:Lnet/minecraft/class_630;official bLfxc;b:Lfyk;
 - 
bullet
- Mappings:
 Namespace Name Mixin selector named bulletLnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;bullet:Lnet/minecraft/client/model/ModelPart;intermediary field_3556Lnet/minecraft/class_603;field_3556:Lnet/minecraft/class_630;official fLfxc;f:Lfyk;
 
 - 
 - 
Constructor Details
- 
ShulkerBulletEntityModel
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)Vintermediary <init>Lnet/minecraft/class_603;<init>(Lnet/minecraft/class_630;)Vofficial <init>Lfxc;<init>(Lfyk;)V
 
 - 
 - 
Method Details
- 
getTexturedModelData
- Mappings:
 Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_32040Lnet/minecraft/class_603;method_32040()Lnet/minecraft/class_5607;official bLfxc;b()Lfyq;
 - 
getPart
- Specified by:
 getPartin classSinglePartEntityModel<T extends Entity>- Mappings:
 Namespace Name Mixin selector named getPartLnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;intermediary method_32008Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;official aLfvt;a()Lfyk;
 - 
setAngles
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) - Specified by:
 setAnglesin classEntityModel<T extends Entity>- Mappings:
 Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)Vintermediary method_2819Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)Vofficial aLfvk;a(Lbsr;FFFFF)V
 
 -