remove ItemTool subclassing

This commit is contained in:
Sen 2025-07-31 17:13:19 +02:00
parent 37f912cb6d
commit acc43e2d42
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
24 changed files with 101 additions and 216 deletions

View file

@ -771,11 +771,6 @@ public class Player extends User implements Executor, IPlayer
{
this.getEntityWorld().sendToAllTrackingAndSelf(this.entity, new SPacketAnimation(entityHit, 4));
}
public void onEnchantmentCritical(Entity entityHit)
{
this.getEntityWorld().sendToAllTrackingAndSelf(this.entity, new SPacketAnimation(entityHit, 5));
}
public void updateEffectMeta()
{