Package net.minecraft.client.model
Class SalmonModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
net.minecraft.client.model.SalmonModel<T>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static String
private static String
private ModelPart
private ModelPart
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
root()
void
setupAnim(T p_103640_, float p_103641_, float p_103642_, float p_103643_, float p_103644_, float p_103645_)
Methods inherited from class net.minecraft.client.model.HierarchicalModel
renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
BODY_FRONT
- See Also:
- Constant Field Values
-
BODY_BACK
- See Also:
- Constant Field Values
-
root
-
bodyBack
-
-
Constructor Details
-
SalmonModel
-
-
Method Details
-
createBodyLayer
-
root
- Specified by:
root
in classHierarchicalModel<T extends Entity>
-
setupAnim
public void setupAnim(T p_103640_, float p_103641_, float p_103642_, float p_103643_, float p_103644_, float p_103645_)- Specified by:
setupAnim
in classEntityModel<T extends Entity>
-