Interface CustomMobEffectParticles

All Known Implementing Classes:
ContainmentEffect, DecayMobEffect, FireSkinMobEffect, FontOfManaMobEffect, FrostMobEffect, FrostStepEffect, MagicMobEffect, OakFleshMobEffect, ParalysisMobEffect, StaticAuraMobEffect, WardMobEffect

public interface CustomMobEffectParticles
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    void
    spawnCustomParticle(net.minecraft.world.level.Level world, double x, double y, double z)
     
  • Method Details

    • spawnCustomParticle

      void spawnCustomParticle(net.minecraft.world.level.Level world, double x, double y, double z)
    • shouldMixColour

      default boolean shouldMixColour()