mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-03 13:36:44 +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;
|
return (EntityPlayer) entity;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public double getEyeHeight() {
|
public double getEyeHeight() {
|
||||||
return getEyeHeight(false);
|
return getEyeHeight(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public double getEyeHeight(boolean ignoreSneaking) {
|
public double getEyeHeight(boolean ignoreSneaking) {
|
||||||
if (ignoreSneaking) {
|
if (ignoreSneaking) {
|
||||||
return 1.62D;
|
return 1.62D;
|
||||||
|
|
Loading…
Reference in a new issue