Package net.minecraft.client.model
Class SquidModel<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.SquidModel<T>
- 
Field Summary
FieldsFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionprivate static StringcreateTentacleName(int p_170992_) root()voidsetupAnim(T p_103878_, float p_103879_, float p_103880_, float p_103881_, float p_103882_, float p_103883_) Methods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderType 
- 
Field Details
- 
tentacles
 - 
root
 
 - 
 - 
Constructor Details
- 
SquidModel
 
 - 
 - 
Method Details
- 
createTentacleName
 - 
createBodyLayer
 - 
setupAnim
public void setupAnim(T p_103878_, float p_103879_, float p_103880_, float p_103881_, float p_103882_, float p_103883_) - Specified by:
 setupAnimin classEntityModel<T extends Entity>
 - 
root
- Specified by:
 rootin classHierarchicalModel<T extends Entity>
 
 -