Interface Cmd

All Known Implementing Classes:
CmdAdminDTR, CmdAdminForce, CmdAdminPower, CmdAdminSet, CmdAdminTNT, CmdAnnounce, CmdBan, CmdBypass, CmdChat, CmdChatSpy, CmdClaim, CmdClear, CmdConfirm, CmdCoords, CmdCreate, CmdDisband, CmdDTR, CmdDTRModify, CmdDTRResetAll, CmdDTRSet, CmdFly, CmdForceDisband, CmdForceHome, CmdForceJoin, CmdForceKick, CmdForceRole, CmdGrace, CmdHome, CmdInvite, CmdJoin, CmdKick, CmdLeave, CmdLink, CmdList, CmdListBans, CmdListClaims, CmdListFactions, CmdListInvites, CmdMap, CmdModifyPower, CmdMoney, CmdMoneyBalance, CmdMoneyDeposit, CmdMoneyModify, CmdMoneySend, CmdMoneyWithdraw, CmdNear, CmdPermanentPower, CmdPower, CmdPowerBoost, CmdRelation, CmdReload, CmdRole, CmdSaveAll, CmdSet, CmdSetAutoSave, CmdSetBoom, CmdSetDefaultRole, CmdSetDescription, CmdSetGrace, CmdSetHome, CmdSetLink, CmdSetMaxVaults, CmdSetOpen, CmdSetPeaceful, CmdSetPerm, CmdSetPermanent, CmdSetPower, CmdSetTag, CmdSetTag, CmdSetTitle, CmdSetWarp, CmdSetWarpProperty, CmdShield, CmdShow, CmdStatus, CmdStuck, CmdTicketInfo, CmdTNT, CmdTNTDeposit, CmdTNTFill, CmdTNTSiphon, CmdTNTWithdraw, CmdToggle, CmdToggleChat, CmdToggleLogins, CmdToggleScoreboard, CmdToggleSeeChunk, CmdTop, CmdUnban, CmdUnclaim, CmdUpgrades, CmdVault, CmdVersion, CmdWarp, CmdZone
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Internal @FunctionalInterface public interface Cmd
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.incendo.cloud.key.CloudKey<Boolean>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    TriConsumer<org.incendo.cloud.CommandManager<Sender>,org.incendo.cloud.Command.Builder<Sender>,org.incendo.cloud.minecraft.extras.MinecraftHelp<Sender>>
     
  • Field Details

    • HIDE_IN_HELP

      static final org.incendo.cloud.key.CloudKey<Boolean> HIDE_IN_HELP
  • Method Details

    • consumer

      TriConsumer<org.incendo.cloud.CommandManager<Sender>,org.incendo.cloud.Command.Builder<Sender>,org.incendo.cloud.minecraft.extras.MinecraftHelp<Sender>> consumer()