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