Class RenderStyle.Billboard

java.lang.Object
foundry.veil.api.quasar.particle.RenderStyle.Billboard
All Implemented Interfaces:
RenderStyle
Enclosing interface:
RenderStyle

@Internal public static final class RenderStyle.Billboard extends Object implements RenderStyle
  • Constructor Details

    • Billboard

      public Billboard()
  • Method Details

    • render

      public void render(MatrixStack matrixStack, QuasarParticle particle, RenderData renderData, org.joml.Vector3fc renderOffset, com.mojang.blaze3d.vertex.VertexConsumer builder, double ageModifier, float partialTicks)
      Description copied from interface: RenderStyle
      Draws a single particle.
      Specified by:
      render in interface RenderStyle
      Parameters:
      matrixStack - The current stack of matrix transformations
      particle - The particle to render
      renderData - The render data associated with that particle
      renderOffset - The offset from the camera to draw the particle at
      builder - The vertex consumer to draw into
      partialTicks - The percentage from last tick to this tick