Class PartyToggle

  • All Implemented Interfaces:
    org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

    public class PartyToggle
    extends PartyCommand
    Handles /party toggle
    • Constructor Detail

      • PartyToggle

        public PartyToggle()
    • Method Detail

      • execute

        public boolean execute​(org.bukkit.entity.Player player,
                               String[] args,
                               boolean leftServer)
        Specified by:
        execute in class PartyCommand