mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +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
|
@ -1917,4 +1917,8 @@ public class Methods {
|
|||
}
|
||||
}
|
||||
|
||||
public static void playFirebendingParticles(Location loc) {
|
||||
loc.getWorld().playEffect(loc, Effect.MOBSPAWNER_FLAMES, 0, 15);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue