Class AllayModelMixin
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<net.minecraft.world.entity.animal.allay.Allay>
net.minecraft.client.model.HierarchicalModel<net.minecraft.world.entity.animal.allay.Allay>
net.frozenblock.wilderwild.mixin.client.allay.AllayModelMixin
- All Implemented Interfaces:
net.minecraft.client.model.ArmedModel
@Environment(CLIENT)
public abstract class AllayModelMixin
extends net.minecraft.client.model.HierarchicalModel<net.minecraft.world.entity.animal.allay.Allay>
implements net.minecraft.client.model.ArmedModel
-
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
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBuffer, rootMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel, setupAnimMethods inherited from class net.minecraft.client.model.Model
renderTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.model.ArmedModel
translateToHand
-
Constructor Details
-
AllayModelMixin
public AllayModelMixin()
-