Called when Entity e collides with this Entity
@override void hitBy(Entity e) { if (e is Dozer) { this.value = 0; } }