Class UnlockTowerCommand

java.lang.Object
emu.grasscutter.command.commands.UnlockTowerCommand
All Implemented Interfaces:
CommandHandler

public class UnlockTowerCommand extends Object implements CommandHandler
  • Constructor Details

    • UnlockTowerCommand

      public UnlockTowerCommand()
  • Method Details

    • execute

      public void execute(Player sender, Player targetPlayer, List<String> args)
      Description copied from interface: CommandHandler
      Called when a player/console invokes a command.
      Specified by:
      execute in interface CommandHandler
      Parameters:
      sender - The player/console that invoked the command.
      args - The arguments to the command.
    • unlockFloor

      public void unlockFloor(Player player, List<Integer> floors)