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/ShulkerBulletEntityModel
intermediary net/minecraft/class_603
official gdd
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private static final String
The key of the main model part, whose value is "main".Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908
Fields inherited from class net.minecraft.client.model.Model
layerFactory, root
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelData
void
setAngles
(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 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
- 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
- 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
- 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
- Overrides:
setAngles
in classEntityModel<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
-