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, young

    Fields inherited from class net.minecraft.client.model.Model

    renderType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraft.client.model.HierarchicalModel

    animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBuffer, root

    Methods inherited from class net.minecraft.client.model.EntityModel

    copyPropertiesTo, prepareMobModel, setupAnim

    Methods inherited from class net.minecraft.client.model.Model

    renderType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.model.ArmedModel

    translateToHand
  • Constructor Details

    • AllayModelMixin

      public AllayModelMixin()