summaryrefslogtreecommitdiffstats
path: root/Essentials/test/com/earth2me/essentials/FakeWorld.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/test/com/earth2me/essentials/FakeWorld.java')
-rw-r--r--Essentials/test/com/earth2me/essentials/FakeWorld.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/Essentials/test/com/earth2me/essentials/FakeWorld.java b/Essentials/test/com/earth2me/essentials/FakeWorld.java
index 1af6fd3cf..c389a3f37 100644
--- a/Essentials/test/com/earth2me/essentials/FakeWorld.java
+++ b/Essentials/test/com/earth2me/essentials/FakeWorld.java
@@ -669,4 +669,10 @@ public class FakeWorld implements World
{
throw new UnsupportedOperationException("Not supported yet.");
}
+
+ @Override
+ public Entity spawnEntity(Location loc, EntityType type)
+ {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
}