Class LlamaEntityModel<T extends AbstractDonkeyEntity>

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.LlamaEntityModel<T>
All Implemented Interfaces:
Consumer<ModelPart>

@Environment(CLIENT)
public class LlamaEntityModel<T extends AbstractDonkeyEntity>
extends EntityModel<T>
  • Field Details

    • torso

      private final ModelPart torso
    • rightBackLeg

      private final ModelPart rightBackLeg
    • leftBackLeg

      private final ModelPart leftBackLeg
    • rightFrontLeg

      private final ModelPart rightFrontLeg
    • leftFrontLeg

      private final ModelPart leftFrontLeg
    • rightChest

      private final ModelPart rightChest
    • leftChest

      private final ModelPart leftChest
  • Constructor Details

    • LlamaEntityModel

      public LlamaEntityModel​(float scale)
  • Method Details

    • setAngles

      public void setAngles​(T t, float float2, float float3, float float4, float float5, float float6)
      Specified by:
      setAngles in class EntityModel<T extends AbstractDonkeyEntity>
    • render

      public void render​(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
      Specified by:
      render in class Model