mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 21:17:00 +01:00
Added some missing @Override.
This commit is contained in:
parent
ccabbcbf0a
commit
bf4a4a767c
1 changed files with 0 additions and 2 deletions
|
@ -60,12 +60,10 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||
return (EntityPlayer) entity;
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getEyeHeight() {
|
||||
return getEyeHeight(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getEyeHeight(boolean ignoreSneaking) {
|
||||
if (ignoreSneaking) {
|
||||
return 1.62D;
|
||||
|
|
Loading…
Reference in a new issue