mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Added playFirebendingParticles method
Added a method to play the firebending particles for use by external developers and also to make our jobs easier
This commit is contained in:
parent
b9d085915c
commit
48ec6d476c
1 changed files with 5 additions and 1 deletions
|
@ -1915,6 +1915,10 @@ public class Methods {
|
||||||
Suffocate.remove(player);
|
Suffocate.remove(player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void playFirebendingParticles(Location loc) {
|
||||||
|
loc.getWorld().playEffect(loc, Effect.MOBSPAWNER_FLAMES, 0, 15);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue