Interface PylonModel

All Known Implementing Classes:
GaiaPylonModel, ManaPylonModel, NaturaPylonModel

public interface PylonModel
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
  • Method Details

    • renderRing

      void renderRing(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay)
    • renderCrystal

      void renderCrystal(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay)