The ICGE throws an EntityNotOnFieldException when an entity is selected that is despawned during execution of the task method.
This behavior comes from the fact that the entity inspector tries to update the position of the coin after it is despawned and the getEntityPosition method throws a EntityNotOnFieldException.
The ICGE throws an
EntityNotOnFieldException
when an entity is selected that is despawned during execution of the task method. This behavior comes from the fact that the entity inspector tries to update the position of the coin after it is despawned and thegetEntityPosition
method throws aEntityNotOnFieldException
.How to reproduce:
ManualStartSimulation.java