summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/bukkit/entity/Player.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/java/org/bukkit/entity/Player.java b/src/main/java/org/bukkit/entity/Player.java
index cd36fbbd..9e359a63 100644
--- a/src/main/java/org/bukkit/entity/Player.java
+++ b/src/main/java/org/bukkit/entity/Player.java
@@ -915,18 +915,6 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
public boolean canSee(Player player);
/**
- * Checks to see if this player is currently standing on a block. This
- * information may not be reliable, as it is a state provided by the
- * client, and may therefore not be accurate.
- *
- * @return True if the player standing on a solid block, else false.
- * @deprecated Inconsistent with {@link
- * org.bukkit.entity.Entity#isOnGround()}
- */
- @Deprecated
- public boolean isOnGround();
-
- /**
* Checks to see if this player is currently flying or not.
*
* @return True if the player is flying, else false.