Class ManaPylonModel

java.lang.Object
vazkii.botania.client.model.ManaPylonModel
All Implemented Interfaces:
PylonModel

public class ManaPylonModel extends Object implements PylonModel
  • Constructor Summary

    Constructors
    Constructor
    Description
    ManaPylonModel(net.minecraft.client.model.geom.ModelPart root)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.model.geom.builders.MeshDefinition
     
    void
    renderCrystal(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay)
     
    void
    renderRing(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay)
     

    Methods inherited from class java.lang.Object

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

    • ManaPylonModel

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

    • createMesh

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

      public void renderCrystal(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay)
      Specified by:
      renderCrystal in interface PylonModel
    • renderRing

      public void renderRing(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay)
      Specified by:
      renderRing in interface PylonModel