(Entity entityIn)
| 1181 | } |
| 1182 | |
| 1183 | protected void onEntityRemoved(Entity entityIn) |
| 1184 | { |
| 1185 | for (int i = 0; i < this.worldAccesses.size(); ++i) |
| 1186 | { |
| 1187 | this.worldAccesses.get(i).onEntityRemoved(entityIn); |
| 1188 | } |
| 1189 | } |
| 1190 | |
| 1191 | /** |
| 1192 | * Schedule the entity for removal during the next tick. Marks the entity dead in anticipation. |
no test coverage detected