Update WrapperLivingEntity.java
This commit is contained in:
parent
6d151fdec0
commit
24b2a96d11
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ public class WrapperLivingEntity extends WrapperEntity{
|
||||||
this.equipment = new WrapperEntityEquipment(this);
|
this.equipment = new WrapperEntityEquipment(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void refresh() {
|
||||||
|
super.refresh();
|
||||||
|
equipment.refresh();
|
||||||
|
}
|
||||||
|
|
||||||
public void playCriticalHitAnimation() {
|
public void playCriticalHitAnimation() {
|
||||||
sendAnimation(WrapperPlayServerEntityAnimation.EntityAnimationType.CRITICAL_HIT);
|
sendAnimation(WrapperPlayServerEntityAnimation.EntityAnimationType.CRITICAL_HIT);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue