mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
No @Override here in Java 1.5.
This commit is contained in:
parent
2f8f3cf420
commit
bd8d352d54
1 changed files with 0 additions and 1 deletions
|
@ -537,7 +537,6 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
|
||||||
* @return True if the player standing on a solid block, else false.
|
* @return True if the player standing on a solid block, else false.
|
||||||
* @deprecated Inconsistent with {@link org.bukkit.craftbukkit.entity.Entity#isOnGround()}
|
* @deprecated Inconsistent with {@link org.bukkit.craftbukkit.entity.Entity#isOnGround()}
|
||||||
*/
|
*/
|
||||||
@Override
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public boolean isOnGround();
|
public boolean isOnGround();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue