Uses of Class
de.unistuttgart.informatik.fius.icge.simulation.actions.Action
-
Packages that use Action Package Description de.unistuttgart.informatik.fius.icge.simulation.actions -
-
Uses of Action in de.unistuttgart.informatik.fius.icge.simulation.actions
Subclasses of Action in de.unistuttgart.informatik.fius.icge.simulation.actions Modifier and Type Class Description class
EntityAction
An action originating from an entity.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 Action Modifier and Type Method Description <T extends Action>
List<T>ActionLog. getActionsOfType(Class<? extends T> type, boolean includeSubclasses)
Get all actions which were logged of the given type.Methods in de.unistuttgart.informatik.fius.icge.simulation.actions that return types with arguments of type Action Modifier and Type Method Description List<Action>
ActionLog. getAllActions()
Get all actions which were logged.Methods in de.unistuttgart.informatik.fius.icge.simulation.actions with parameters of type Action Modifier and Type Method Description void
ActionLog. logAction(Action actionToLog)
Log an action.
-