This commit is contained in:
MistPhizzle 2014-06-13 22:44:55 -04:00
parent c87d1c67cd
commit 7c0a28be99
3 changed files with 4 additions and 0 deletions

View file

@ -9,5 +9,6 @@
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/WaterSpout.jar"/>
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/WaterManipulation.jar"/>
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/Surge.jar"/>
<classpathentry kind="lib" path="C:/Users/Shawn/Documents/LocalServer/plugins/ProjectKorra/Abilities/IceSpike.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -18,6 +18,7 @@ import com.projectkorra.ProjectKorra.firebending.FirePassive;
import com.projectkorra.ProjectKorra.firebending.FireStream;
import com.projectkorra.ProjectKorra.waterbending.Plantbending;
import com.projectkorra.ProjectKorra.waterbending.WaterPassive;
import com.projectkorra.ProjectKorra.waterbending.WaterReturn;
public class BendingManager implements Runnable {
@ -53,6 +54,7 @@ public class BendingManager implements Runnable {
EarthPassive.revertSands();
Plantbending.regrow();
handleDayNight();
WaterReturn.progressAll();
for (int id: FireStream.instances.keySet()) {
FireStream.progress(id);

View file

@ -13,6 +13,7 @@ import org.bukkit.util.Vector;
import com.projectkorra.ProjectKorra.Methods;
import com.projectkorra.ProjectKorra.TempBlock;
import com.projectkorra.abilities.IceSpike.IceSpike2;
import com.projectkorra.abilities.OctopusForm.OctopusFormAbility;
import com.projectkorra.abilities.Surge.WaterWall;
import com.projectkorra.abilities.Surge.WaveAbility;