Package net.minecraft.client.model
Class LavaSlimeModel<T extends Slime>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
net.minecraft.client.model.LavaSlimeModel<T>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart[]
private final ModelPart
private static final int
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
private static String
getSegmentName
(int p_170706_) void
prepareMobModel
(T p_102987_, float p_102988_, float p_102989_, float p_102990_) root()
void
setupAnim
(T p_102992_, float p_102993_, float p_102994_, float p_102995_, float p_102996_, float p_102997_) Methods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, getAnyDescendantWithName, renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo
Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
SEGMENT_COUNT
private static final int SEGMENT_COUNT- See Also:
-
root
-
bodyCubes
-
-
Constructor Details
-
LavaSlimeModel
-
-
Method Details
-
getSegmentName
-
createBodyLayer
-
setupAnim
public void setupAnim(T p_102992_, float p_102993_, float p_102994_, float p_102995_, float p_102996_, float p_102997_) - Specified by:
setupAnim
in classEntityModel<T extends Slime>
-
prepareMobModel
- Overrides:
prepareMobModel
in classEntityModel<T extends Slime>
-
root
- Specified by:
root
in classHierarchicalModel<T extends Slime>
-