Class GetItemLoreLineAction
java.lang.Object
ua.mcchickenstudio.opencreative.coding.blocks.actions.Action
ua.mcchickenstudio.opencreative.coding.blocks.actions.variableactions.VariableAction
ua.mcchickenstudio.opencreative.coding.blocks.actions.variableactions.item.GetItemLoreLineAction
- All Implemented Interfaces:
CodingBlock
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionGetItemLoreLineAction(Executor executor, Target target, int x, Arguments args) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute()Executes variable action: sets variable value.@NotNull ActionTypeReturns type of action, that contains information about action: icon material, arguments list.Methods inherited from class ua.mcchickenstudio.opencreative.coding.blocks.actions.variableactions.VariableAction
cannotChangeListElements, changeListElementsChangesAmount, execute, getActionCategory, getDefaultLocationMethods inherited from class ua.mcchickenstudio.opencreative.coding.blocks.actions.Action
getArguments, getArgumentsList, getEntitiesByNameOrUUID, getEntity, getEntityByNameOrUUID, getEvent, getExecutor, getHandler, getPlanet, getPlayersByNameOrUUID, getTarget, getTargets, getWorld, getX, getY, getZ, prepareAndExecute, setEntity, setEvent, setHandler, setVarValue
-
Constructor Details
-
GetItemLoreLineAction
-
-
Method Details
-
execute
protected void execute()Description copied from class:VariableActionExecutes variable action: sets variable value.- Specified by:
executein classVariableAction
-
getActionType
Description copied from class:ActionReturns type of action, that contains information about action: icon material, arguments list.- Specified by:
getActionTypein classAction- Returns:
- Type of action.
-