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 classEntityActionAn action originating from an entity.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 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 voidActionLog. logAction(Action actionToLog)Log an action.
-