remove ItemTool subclassing
This commit is contained in:
parent
37f912cb6d
commit
acc43e2d42
24 changed files with 101 additions and 216 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue