mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
No @Override here in Java 1.5.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user