Uses of Class
ua.mcchickenstudio.opencreative.indev.blocks.actions.ActionBlock
Packages that use ActionBlock
Package
Description
-
Uses of ActionBlock in ua.mcchickenstudio.opencreative.indev.blocks.actions
Subclasses with type arguments of type ActionBlock in ua.mcchickenstudio.opencreative.indev.blocks.actionsConstructors in ua.mcchickenstudio.opencreative.indev.blocks.actions with parameters of type ActionBlockModifierConstructorDescriptionWrappedAction(@NotNull ActionBlock actionBlock, @NotNull Target target, @NotNull Arguments arguments, int x, int y, int z) -
Uses of ActionBlock in ua.mcchickenstudio.opencreative.indev.blocks.actions.player
Subclasses of ActionBlock in ua.mcchickenstudio.opencreative.indev.blocks.actions.player -
Uses of ActionBlock in ua.mcchickenstudio.opencreative.indev.blocks.conditions
Method parameters in ua.mcchickenstudio.opencreative.indev.blocks.conditions with type arguments of type ActionBlockModifier and TypeMethodDescriptionvoidConditionBlock.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments, @NotNull List<ActionBlock> actions, @NotNull List<ActionBlock> reactions, boolean isOpposed) Constructor parameters in ua.mcchickenstudio.opencreative.indev.blocks.conditions with type arguments of type ActionBlockModifierConstructorDescriptionWrappedCondition(ConditionBlock conditionBlock, @NotNull Target target, @NotNull Arguments arguments, int x, int y, int z, List<ActionBlock> actions, List<ActionBlock> reactions, boolean isOpposed) -
Uses of ActionBlock in ua.mcchickenstudio.opencreative.indev.blocks.multiactions
Method parameters in ua.mcchickenstudio.opencreative.indev.blocks.multiactions with type arguments of type ActionBlockModifier and TypeMethodDescriptionabstract voidMultiActionBlock.execute(@Nullable org.bukkit.entity.Entity target, @NotNull ActionsHandler actionsHandler, @NotNull Arguments arguments, @NotNull List<ActionBlock> actions) Constructor parameters in ua.mcchickenstudio.opencreative.indev.blocks.multiactions with type arguments of type ActionBlockModifierConstructorDescriptionWrappedMultiAction(@NotNull MultiActionBlock actionBlock, @NotNull Target target, @NotNull Arguments arguments, int x, int y, int z, @NotNull List<ActionBlock> actions)