diff --git a/Essentials/src/com/earth2me/essentials/craftbukkit/FakeWorld.java b/Essentials/src/com/earth2me/essentials/craftbukkit/FakeWorld.java index 728d5370b..86025b449 100644 --- a/Essentials/src/com/earth2me/essentials/craftbukkit/FakeWorld.java +++ b/Essentials/src/com/earth2me/essentials/craftbukkit/FakeWorld.java @@ -162,11 +162,6 @@ public class FakeWorld implements World { throw new UnsupportedOperationException("Not supported yet."); } - @Override - public LivingEntity spawnCreature(Location lctn, CreatureType ct) { - throw new UnsupportedOperationException("Not supported yet."); - } - @Override public LightningStrike strikeLightning(Location lctn) { throw new UnsupportedOperationException("Not supported yet."); @@ -492,11 +487,6 @@ public class FakeWorld implements World { throw new UnsupportedOperationException("Not supported yet."); } - @Override - public LivingEntity spawnCreature(Location arg0, EntityType arg1) { - throw new UnsupportedOperationException("Not supported yet."); - } - @Override public void playEffect(Location lctn, Effect effect, T t) { throw new UnsupportedOperationException("Not supported yet."); @@ -627,6 +617,66 @@ public class FakeWorld implements World { throw new UnsupportedOperationException("Not supported yet."); } + @Override + public void spawnParticle(Particle particle, Location location, int i) { + + } + + @Override + public void spawnParticle(Particle particle, double v, double v1, double v2, int i) { + + } + + @Override + public void spawnParticle(Particle particle, Location location, int i, T t) { + + } + + @Override + public void spawnParticle(Particle particle, double v, double v1, double v2, int i, T t) { + + } + + @Override + public void spawnParticle(Particle particle, Location location, int i, double v, double v1, double v2) { + + } + + @Override + public void spawnParticle(Particle particle, double v, double v1, double v2, int i, double v3, double v4, double v5) { + + } + + @Override + public void spawnParticle(Particle particle, Location location, int i, double v, double v1, double v2, T t) { + + } + + @Override + public void spawnParticle(Particle particle, double v, double v1, double v2, int i, double v3, double v4, double v5, T t) { + + } + + @Override + public void spawnParticle(Particle particle, Location location, int i, double v, double v1, double v2, double v3) { + + } + + @Override + public void spawnParticle(Particle particle, double v, double v1, double v2, int i, double v3, double v4, double v5, double v6) { + + } + + @Override + public void spawnParticle(Particle particle, Location location, int i, double v, double v1, double v2, double v3, T t) { + + } + + @Override + public void spawnParticle(Particle particle, double v, double v1, double v2, int i, double v3, double v4, double v5, double v6, T t) { + + } + @Override public List getNearbyEntities(Location loc, double x, double y, double z) { throw new UnsupportedOperationException("Not supported yet."); diff --git a/pom.xml b/pom.xml index 1de34c7c0..35e98a113 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ org.bukkit bukkit - 1.8.7-R0.1-SNAPSHOT + 1.9-SNAPSHOT provided