Class NoDenParticleRenderEffect
java.lang.Object
com.pixelmonmod.pixelmon.battles.raids.render.effect.NoDenParticleRenderEffect
- All Implemented Interfaces:
DenParticleRenderEffect
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<NoDenParticleRenderEffect> static final NoDenParticleRenderEffect -
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
-
INSTANCE
-
CODEC
-
-
Method Details
-
type
Description copied from interface:DenParticleRenderEffectGets the registered effect type used to serialize and deserialize this particle effect.- Specified by:
typein interfaceDenParticleRenderEffect- Returns:
- The den particle render effect type.
-
render
Description copied from interface:DenParticleRenderEffectRenders or spawns this particle effect using the supplied client render context.- Specified by:
renderin interfaceDenParticleRenderEffect- Parameters:
context- The render context for the active den particles.
-