Class BabyPotatoMineModel<T extends PotatoMine>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
nokunami.floral_warfare.client.model.FWHierarchicalModel<T>
nokunami.floral_warfare.client.model.plants.basic.PotatoMineModel<T>
nokunami.floral_warfare.client.model.plants.basic.baby.BabyPotatoMineModel<T>
- All Implemented Interfaces:
net.minecraft.client.model.HeadedModel,IFloralWarfareModel<T>
-
Field Summary
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
ConstructorsConstructorDescriptionBabyPotatoMineModel(net.minecraft.client.model.geom.ModelPart root) BabyPotatoMineModel(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.model.geom.builders.LayerDefinitionvoidkeyFramedAnim(T entity, float ageInTicks) Methods inherited from class nokunami.floral_warfare.client.model.plants.basic.PotatoMineModel
blinkParts, getHead, mathAnimMethods inherited from class nokunami.floral_warfare.client.model.FWHierarchicalModel
blink, extraAnim, root, setupAnim, setupInvertedAnimMethods 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
-
Constructor Details
-
BabyPotatoMineModel
public BabyPotatoMineModel(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context) -
BabyPotatoMineModel
public BabyPotatoMineModel(net.minecraft.client.model.geom.ModelPart root)
-
-
Method Details
-
createBodyLayer
public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer() -
keyFramedAnim
- Overrides:
keyFramedAnimin classPotatoMineModel<T extends PotatoMine>
-