Class ShulkerBulletEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<ShulkerBulletEntityRenderState>
net.minecraft.client.render.entity.model.ShulkerBulletEntityModel
@Environment(CLIENT)
public class ShulkerBulletEntityModel
extends EntityModel<ShulkerBulletEntityRenderState>
Represents the model of shulker-bullet-like entity.
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/ShulkerBulletEntityModelintermediary net/minecraft/class_603official gjg
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate static final StringThe key of the main model part, whose value is "main".Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908Fields inherited from class net.minecraft.client.model.Model
layerFactory, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelDatavoidsetAngles(ShulkerBulletEntityRenderState shulkerBulletEntityRenderState) Methods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
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 aLgjg;a:Ljava/lang/String;
-
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 bLgjg;b:Lgkr;
-
-
Constructor Details
-
ShulkerBulletEntityModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/model/EntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)Vintermediary <init>Lnet/minecraft/class_583;<init>(Lnet/minecraft/class_630;)Vofficial <init>Lghn;<init>(Lgkr;)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 aLgjg;a()Lgkx;
-
setAngles
- Overrides:
setAnglesin classEntityModel<ShulkerBulletEntityRenderState>- Mappings:
Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/ShulkerBulletEntityRenderState;)Vintermediary method_62114Lnet/minecraft/class_603;method_62114(Lnet/minecraft/class_10064;)Vofficial aLgjg;a(Lhfy;)V
-