Class GameModeCommand

java.lang.Object
cn.ycraft.limbo.command.defaults.GameModeCommand
All Implemented Interfaces:
DefaultCommands

public class GameModeCommand extends Object implements DefaultCommands
  • Constructor Details

    • GameModeCommand

      public GameModeCommand()
  • Method Details

    • gameModeSelf

      public void gameModeSelf(Player player, org.geysermc.mcprotocollib.protocol.data.game.entity.player.GameMode gameMode) throws Exception
      Throws:
      Exception
    • gameModeOthers

      public void gameModeOthers(CommandSender sender, org.geysermc.mcprotocollib.protocol.data.game.entity.player.GameMode gameMode, Player target) throws Exception
      Throws:
      Exception