Class NaturaPylonModel

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

public class NaturaPylonModel extends Object implements PylonModel
  • Constructor Summary

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

    • NaturaPylonModel

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