Class SpawnParticlesLineAction

All Implemented Interfaces:
CodingBlock

public final class SpawnParticlesLineAction extends WorldAction
  • Constructor Details

    • SpawnParticlesLineAction

      public SpawnParticlesLineAction(Executor executor, Target target, int x, Arguments args)
  • Method Details

    • execute

      protected void execute()
      Description copied from class: WorldAction
      Executes world action: modifies a world.
      Specified by:
      execute in class WorldAction
    • getActionType

      @NotNull public @NotNull ActionType getActionType()
      Description copied from class: Action
      Returns type of action, that contains information about action: icon material, arguments list.
      Specified by:
      getActionType in class Action
      Returns:
      Type of action.