Class PixieModel

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<PixieEntity>
vazkii.botania.client.model.PixieModel

public class PixieModel extends net.minecraft.client.model.EntityModel<PixieEntity>
  • 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
    PixieModel(net.minecraft.client.model.geom.ModelPart root)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.model.geom.builders.MeshDefinition
     
    void
    renderToBuffer(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, int color)
     
    void
    setupAnim(PixieEntity entity, float f, float f1, float f2, float f3, float f4)
     

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

    copyPropertiesTo, prepareMobModel

    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
  • Constructor Details

    • PixieModel

      public PixieModel(net.minecraft.client.model.geom.ModelPart root)
  • Method Details

    • createMesh

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

      public void renderToBuffer(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, int color)
      Specified by:
      renderToBuffer in class net.minecraft.client.model.Model
    • setupAnim

      public void setupAnim(PixieEntity entity, float f, float f1, float f2, float f3, float f4)
      Specified by:
      setupAnim in class net.minecraft.client.model.EntityModel<PixieEntity>