Package net.minecraft.client.model
Class EvokerFangsModel<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.EvokerFangsModel<T>
-
Field Summary
Modifier and TypeFieldDescriptionprivate ModelPart
private static String
private static String
private ModelPart
private ModelPart
private static String
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_102632_, float p_102633_, float p_102634_, float p_102635_, float p_102636_, float p_102637_)
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
-
BASE
- See Also:
- Constant Field Values
-
UPPER_JAW
- See Also:
- Constant Field Values
-
LOWER_JAW
- See Also:
- Constant Field Values
-
root
-
base
-
upperJaw
-
lowerJaw
-
-
Constructor Details
-
EvokerFangsModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
public void setupAnim(T p_102632_, float p_102633_, float p_102634_, float p_102635_, float p_102636_, float p_102637_)- Specified by:
setupAnim
in classEntityModel<T extends Entity>
-
root
- Specified by:
root
in classHierarchicalModel<T extends Entity>
-