Class GaiaPylonModel

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

public class GaiaPylonModel extends Object implements PylonModel
  • Constructor Summary

    Constructors
    Constructor
    Description
    GaiaPylonModel(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

    • GaiaPylonModel

      public GaiaPylonModel(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