Uses of Class
de.unistuttgart.informatik.fius.icge.simulation.actions.EntityAction
-
Packages that use EntityAction Package Description de.unistuttgart.informatik.fius.icge.simulation.actions -
-
Uses of EntityAction in de.unistuttgart.informatik.fius.icge.simulation.actions
Subclasses of EntityAction in de.unistuttgart.informatik.fius.icge.simulation.actions Modifier and Type Class Description classEntityCollectActionAn entity action for when an entity collects another entity.classEntityDespawnActionAn entity action for when the entity is removed from a play fieldclassEntityDropActionAn entity action for when an entity drops another entity.classEntityMoveActionAn entity action for when a entity moved.classEntitySpawnActionAn entity action for when the entity is added to a play fieldclassEntityStepActionAn entity action for when the entity took a stepclassEntityTeleportActionAn entity action for when the entity was just teleported on the playfieldclassEntityTurnActionAn entity action for when the entity turnedMethods in de.unistuttgart.informatik.fius.icge.simulation.actions with type parameters of type EntityAction Modifier and Type Method Description <T extends EntityAction>
List<T>ActionLog. getActionsOfTypeOfEntity(Entity entity, Class<? extends T> type, boolean includeSubclasses)Get all actions which were logged of the given type and were caused by the given entity.Methods in de.unistuttgart.informatik.fius.icge.simulation.actions that return types with arguments of type EntityAction Modifier and Type Method Description List<EntityAction>ActionLog. getAllActionsOfEntity(Entity entity)Get all actions which were logged and were caused by the given entity.
-