Class FlamingAxe


public class FlamingAxe extends ConjureItemSpell
  • Constructor Details

    • FlamingAxe

      public FlamingAxe()
  • Method Details

    • spawnParticles

      protected void spawnParticles(PlayerCastContext ctx)
      Description copied from class: ConjureItemSpell
      Spawns spark particles around the caster. This is a client-side visual effect that is called when the spell is cast. The particles are spawned in a random pattern around the caster's head and have a light blue color.

      You could override this to change the particle effect.

      Overrides:
      spawnParticles in class ConjureItemSpell
      Parameters:
      ctx - the context of the spell cast, containing information about the caster and the world