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 class
EntityCollectAction
An entity action for when an entity collects another entity.class
EntityDespawnAction
An entity action for when the entity is removed from a play fieldclass
EntityDropAction
An entity action for when an entity drops another entity.class
EntityMoveAction
An entity action for when a entity moved.class
EntitySpawnAction
An entity action for when the entity is added to a play fieldclass
EntityStepAction
An entity action for when the entity took a stepclass
EntityTeleportAction
An entity action for when the entity was just teleported on the playfieldclass
EntityTurnAction
An 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.
-