public CraftPacketBlockBreakAnimation( MC_Player player, Location blockLocation, byte destroyStage) { this.entityId = player.getEntityId(); this.blockLocation = blockLocation; this.destroyStage = destroyStage; }
@Override public PacketBlockBreakAnimation setEntityId(MC_Player player) { return this.setEntityId(player.getEntityId()); }