Class WrappedAction
java.lang.Object
ua.mcchickenstudio.opencreative.indev.blocks.WrappedCodingBlock<ActionBlock>
ua.mcchickenstudio.opencreative.indev.blocks.WrappedActionBlock<ActionBlock>
ua.mcchickenstudio.opencreative.indev.blocks.actions.WrappedAction
- All Implemented Interfaces:
org.bukkit.configuration.serialization.ConfigurationSerializable
-
Field Summary
Fields inherited from class WrappedActionBlock
arguments, targetFields inherited from class WrappedCodingBlock
codingBlock -
Constructor Summary
ConstructorsConstructorDescriptionWrappedAction(@NotNull ActionBlock actionBlock, @NotNull Target target, @NotNull Arguments arguments, int x, int y, int z) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler) Methods inherited from class WrappedActionBlock
getArguments, getTarget
-
Constructor Details
-
WrappedAction
public WrappedAction(@NotNull @NotNull ActionBlock actionBlock, @NotNull @NotNull Target target, @NotNull @NotNull Arguments arguments, int x, int y, int z)
-
-
Method Details
-
execute
public void execute(@Nullable @Nullable org.bukkit.entity.Entity target, @NotNull @NotNull ActionsHandler actionsHandler) - Specified by:
executein classWrappedActionBlock<ActionBlock>
-