Interface DenParticleRenderEffect

All Known Implementing Classes:
NoDenParticleRenderEffect, TeraDustDenParticleRenderEffect

public interface DenParticleRenderEffect
Data-driven client particle effect for an active raid den.
  • Field Summary

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

    Modifier and Type
    Method
    Description
    void
    Renders or spawns this particle effect using the supplied client render context.
    Gets the registered effect type used to serialize and deserialize this particle effect.
  • Field Details

  • Method Details

    • type

      Gets the registered effect type used to serialize and deserialize this particle effect.
      Returns:
      The den particle render effect type.
    • render

      void render(DenRenderContext context)
      Renders or spawns this particle effect using the supplied client render context.
      Parameters:
      context - The render context for the active den particles.