Interface RenderStyle

All Known Implementing Classes:
RenderStyle.Billboard, RenderStyle.Cube

public interface RenderStyle
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
    static final class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<RenderStyle>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(com.mojang.blaze3d.vertex.PoseStack poseStack, QuasarParticle particle, RenderData renderData, org.joml.Vector3fc renderOffset, com.mojang.blaze3d.vertex.VertexConsumer builder, double ageModifier, float partialTicks)
     
  • Field Details

    • CODEC

      static final com.mojang.serialization.Codec<RenderStyle> CODEC
  • Method Details

    • render

      void render(com.mojang.blaze3d.vertex.PoseStack poseStack, QuasarParticle particle, RenderData renderData, org.joml.Vector3fc renderOffset, com.mojang.blaze3d.vertex.VertexConsumer builder, double ageModifier, float partialTicks)