mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
No @Override here in Java 1.5.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
b7588566f2
commit
1a9aed23bf
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.
|
||||
* @deprecated Inconsistent with {@link org.bukkit.craftbukkit.entity.Entity#isOnGround()}
|
||||
*/
|
||||
@Override
|
||||
@Deprecated
|
||||
public boolean isOnGround();
|
||||
|
||||
|
|
Loading…
Reference in a new issue