Class WerewolfEarsModel<T extends net.minecraft.world.entity.LivingEntity>

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.HumanoidModel<T>
de.teamlapen.werewolves.client.model.WerewolfEarsModel<T>
All Implemented Interfaces:
net.minecraft.client.model.ArmedModel, net.minecraft.client.model.HeadedModel

public class WerewolfEarsModel<T extends net.minecraft.world.entity.LivingEntity> extends net.minecraft.client.model.HumanoidModel<T>
WerewolfEarsModel - RebelT Created using Tabula 7.1.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.model.HumanoidModel

    net.minecraft.client.model.HumanoidModel.ArmPose
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    final net.minecraft.client.model.geom.ModelPart
     
    final net.minecraft.client.model.geom.ModelPart
     
    static final String
     
    static final String
     
    static final String
     

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

    body, crouching, hat, HAT_OVERLAY_SCALE, head, leftArm, leftArmPose, leftLeg, LEGGINGS_OVERLAY_SCALE, OVERLAY_SCALE, rightArm, rightArmPose, rightLeg, swimAmount, TOOT_HORN_XROT_BASE, TOOT_HORN_YROT_BASE

    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
    WerewolfEarsModel(net.minecraft.client.model.geom.ModelPart part)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Iterable<net.minecraft.client.model.geom.ModelPart>
     
    static net.minecraft.client.model.geom.builders.LayerDefinition
     
    static net.minecraft.client.model.geom.builders.MeshDefinition
     
    static net.minecraft.client.model.geom.builders.LayerDefinition
     
    static List<net.minecraft.resources.ResourceLocation>
     

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

    copyPropertiesTo, createMesh, getArm, getHead, headParts, prepareMobModel, rotlerpRad, setAllVisible, setupAnim, setupAttackAnimation, translateToHand

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

    renderToBuffer

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

    copyPropertiesTo

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

    renderToBuffer, renderType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • WerewolfEarsModel

      public WerewolfEarsModel(net.minecraft.client.model.geom.ModelPart part)
  • Method Details

    • createMesh

      public static net.minecraft.client.model.geom.builders.MeshDefinition createMesh()
    • createDefaultLayer

      public static net.minecraft.client.model.geom.builders.LayerDefinition createDefaultLayer()
    • createSlimLayer

      public static net.minecraft.client.model.geom.builders.LayerDefinition createSlimLayer()
    • bodyParts

      @Nonnull protected Iterable<net.minecraft.client.model.geom.ModelPart> bodyParts()
      Overrides:
      bodyParts in class net.minecraft.client.model.HumanoidModel<T extends net.minecraft.world.entity.LivingEntity>
    • getHumanTextures

      @Nonnull public static List<net.minecraft.resources.ResourceLocation> getHumanTextures()