242243244245246247248249250251252
if(key.meetsInput(input)) { if(doRemove) { key.draw(leftTank, rightTank); } return entry.getValue().copy(); } }