Interface DenParticleRenderEffect
- All Known Implementing Classes:
NoDenParticleRenderEffect,TeraDustDenParticleRenderEffect
public interface DenParticleRenderEffect
Data-driven client particle effect for an active raid den.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DenParticleRenderEffect> -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(DenRenderContext context) Renders or spawns this particle effect using the supplied client render context.type()Gets the registered effect type used to serialize and deserialize this particle effect.
-
Field Details
-
CODEC
-
-
Method Details
-
type
DenParticleRenderEffectType<?> type()Gets the registered effect type used to serialize and deserialize this particle effect.- Returns:
- The den particle render effect type.
-
render
Renders or spawns this particle effect using the supplied client render context.- Parameters:
context- The render context for the active den particles.
-