summaryrefslogtreecommitdiffstats
path: root/src/test/java/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org')
-rw-r--r--src/test/java/org/bukkit/plugin/messaging/TestPlayer.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java
index 119903af..4bef1f02 100644
--- a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java
+++ b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java
@@ -605,4 +605,8 @@ public class TestPlayer implements Player {
public void setAllowFlight(boolean flight) {
throw new UnsupportedOperationException("Not supported yet.");
}
+
+ public void setBedSpawnLocation(Location location) {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
}