Class IceShroomModel<T extends IceShroom>
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.IceShroomModel<T>
- All Implemented Interfaces:
net.minecraft.client.model.HeadedModel,IFloralWarfareModel<T>
- Direct Known Subclasses:
BabyIceShroomModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartprotected final net.minecraft.client.model.geom.ModelPartFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.client.model.geom.ModelPart>static 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.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
-
Field Details
-
iceBase
protected final net.minecraft.client.model.geom.ModelPart iceBase -
frontLeftPatch
protected final net.minecraft.client.model.geom.ModelPart frontLeftPatch -
frontRightPatch
protected final net.minecraft.client.model.geom.ModelPart frontRightPatch -
backLeftPatch
protected final net.minecraft.client.model.geom.ModelPart backLeftPatch -
backRightPatch
protected final net.minecraft.client.model.geom.ModelPart backRightPatch -
head
protected final net.minecraft.client.model.geom.ModelPart head -
headBlink
protected final net.minecraft.client.model.geom.ModelPart headBlink -
cap
protected final net.minecraft.client.model.geom.ModelPart cap -
capSeg
protected final net.minecraft.client.model.geom.ModelPart capSeg
-
-
Constructor Details
-
IceShroomModel
public IceShroomModel(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 classFWHierarchicalModel<T extends IceShroom>
-
keyFramedAnim
- Overrides:
keyFramedAnimin classFWHierarchicalModel<T extends IceShroom>
-
blinkParts
- Overrides:
blinkPartsin classFWHierarchicalModel<T extends IceShroom>
-