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.java8
1 files changed, 8 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 6fa07704..119903af 100644
--- a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java
+++ b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java
@@ -597,4 +597,12 @@ public class TestPlayer implements Player {
public void playEffect(EntityEffect type) {
throw new UnsupportedOperationException("Not supported yet.");
}
+
+ public boolean getAllowFlight() {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
+
+ public void setAllowFlight(boolean flight) {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
}