Class ControllerAction
java.lang.Object
ua.mcchickenstudio.opencreative.coding.blocks.actions.Action
ua.mcchickenstudio.opencreative.coding.blocks.actions.MultiAction
ua.mcchickenstudio.opencreative.coding.blocks.actions.controlleractions.ControllerAction
- All Implemented Interfaces:
CodingBlock
- Direct Known Subclasses:
CatchErrorAction,MeasureTimeAction
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ActionCategoryReturns category of action, that contains information about action: glass pane materials, block materials.Methods inherited from class ua.mcchickenstudio.opencreative.coding.blocks.actions.MultiAction
executeActions, getActions, prepareAndExecuteMethods inherited from class ua.mcchickenstudio.opencreative.coding.blocks.actions.Action
execute, getActionType, getArguments, getArgumentsList, getEntitiesByNameOrUUID, getEntity, getEntityByNameOrUUID, getEvent, getExecutor, getHandler, getPlanet, getPlayersByNameOrUUID, getTarget, getTargets, getWorld, getX, getY, getZ, setEntity, setEvent, setHandler, setVarValue
-
Constructor Details
-
ControllerAction
-
-
Method Details
-
getActionCategory
Description copied from class:ActionReturns category of action, that contains information about action: glass pane materials, block materials.- Specified by:
getActionCategoryin classAction- Returns:
- Category of action.
-