Class ParticleVisualBatchKey

java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.visual.ParticleVisualBatchKey

public class ParticleVisualBatchKey extends Object
  • Constructor Details

    • ParticleVisualBatchKey

      public ParticleVisualBatchKey(net.minecraft.client.renderer.RenderType renderType, InstanceFormat instanceFormat, com.mojang.blaze3d.vertex.VertexBuffer vertexBuffer, ParticleVisualBatchRenderer batchRenderer)
  • Method Details

    • renderType

      public net.minecraft.client.renderer.RenderType renderType()
    • vertexBuffer

      public com.mojang.blaze3d.vertex.VertexBuffer vertexBuffer()
    • instanceFormat

      public InstanceFormat instanceFormat()
    • fromSubmission

      public static ParticleVisualBatchKey fromSubmission(ParticleVisualSubmission submission)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object