Class BabyScaredyShroomModel<T extends ScaredyShroom>
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.abstractModel.AbstractShroomModel<T>
nokunami.floral_warfare.client.model.plants.basic.ScaredyShroomModel<T>
nokunami.floral_warfare.client.model.plants.basic.baby.BabyScaredyShroomModel<T>
- All Implemented Interfaces:
net.minecraft.client.model.HeadedModel,IFloralWarfareModel<T>
-
Field Summary
Fields inherited from class nokunami.floral_warfare.client.model.plants.basic.ScaredyShroomModel
barrel, base, cap, capBase, eyeBrows, head, headBlink, leftBrow, rightBrow, scaredFields inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractShroomModel
bone, stemBaseFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
ConstructorsConstructorDescriptionBabyScaredyShroomModel(net.minecraft.client.model.geom.ModelPart root) BabyScaredyShroomModel(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.model.geom.builders.LayerDefinitionvoidkeyFramedAnim(T entity, float ageInTicks) voidmathAnim(T entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, boolean invert) Methods inherited from class nokunami.floral_warfare.client.model.plants.basic.ScaredyShroomModel
blinkPartsMethods inherited from class nokunami.floral_warfare.client.model.plants.abstractModel.AbstractShroomModel
blink, createMesh, extraAnim, getHeadMethods inherited from class nokunami.floral_warfare.client.model.FWHierarchicalModel
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
-
BabyScaredyShroomModel
public BabyScaredyShroomModel(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context) -
BabyScaredyShroomModel
public BabyScaredyShroomModel(net.minecraft.client.model.geom.ModelPart root)
-
-
Method Details
-
createBodyLayer
public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer() -
mathAnim
public void mathAnim(T entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, boolean invert) - Overrides:
mathAnimin classScaredyShroomModel<T extends ScaredyShroom>
-
keyFramedAnim
- Overrides:
keyFramedAnimin classScaredyShroomModel<T extends ScaredyShroom>
-