Uses of Class
org.cloudburstmc.server.command.Command
Packages that use Command
Package
Description
-
Uses of Command in co.aikar.timings
Methods in co.aikar.timings with parameters of type Command -
Uses of Command in org.cloudburstmc.server.command
Subclasses of Command in org.cloudburstmc.server.commandModifier and TypeClassDescriptionclassauthor: MagicDroidX Nukkit ProjectclassPluginCommand<T extends org.cloudburstmc.api.plugin.PluginContainer>This class is used as a base for all Commands for Plugins.Methods in org.cloudburstmc.server.command that return CommandMethods in org.cloudburstmc.server.command with parameters of type Command -
Uses of Command in org.cloudburstmc.server.command.defaults
Subclasses of Command in org.cloudburstmc.server.command.defaultsModifier and TypeClassDescriptionclassauthor: MagicDroidX Nukkit Projectclassauthor: MagicDroidX Nukkit ProjectclassCreated on 2015/11/11 by xtypr.classclassCreated on 2015/11/12 by xtypr.classCreated on 2015/11/12 by xtypr.classCreated on 2015/11/12 by xtypr.classCreated by Snake1999 and Pub4Game on 2016/1/23.classCreated by Pub4Game on 23.01.2016.classCreated on 2015/11/13 by xtypr.classclassCreated on 2015/11/11 by xtypr.classCreated on 2015/12/9 by xtypr.classauthor: MagicDroidX Nukkit ProjectclassCreated on 2015/11/11 by xtypr.classCreated on 2015/12/08 by Pub4Game.classCreated on 2015/11/11 by xtypr.classCreated on 2015/11/12 by xtypr.classCreated on 2015/11/12 by xtypr.classauthor: MagicDroidX Nukkit Projectclassauthor: MagicDroidX Nukkit ProjectclassCreated on 2015/11/12 by xtypr.classCreated on 2015/11/12 by xtypr.classCreated on 2015/11/13 by xtypr.classCreated on 2015/11/13 by xtypr.classCreated on 2015/11/13 by xtypr.classCreated on 2015/11/12 by xtypr.classauthor: MagicDroidX Nukkit ProjectclassclassCreated on 2015/12/13 by xtypr.classCreated on 2015/12/13 by xtypr.classCreated on 2015/11/11 by xtypr.classauthor: MagicDroidX Nukkit ProjectclassCreated on 2015/11/12 by Pub4Game and milkice.classCreated on 2015/11/12 by xtypr.classCreated on 2015/11/11 by xtypr.classclassclassCreated on 2015/11/12 by xtypr.classauthor: Angelic47 Nukkit ProjectclassCreated on 2015/11/12 by xtypr.classCreated by Snake1999 on 2016/1/22. -
Uses of Command in org.cloudburstmc.server.command.simple
Subclasses of Command in org.cloudburstmc.server.command.simple -
Uses of Command in org.cloudburstmc.server.registry
Methods in org.cloudburstmc.server.registry that return CommandModifier and TypeMethodDescriptionCommandRegistry.getCommand(String name)Returns aCommandobject by looking it up via name or aliasMethods in org.cloudburstmc.server.registry that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandRegistry.getRegisteredCommands()Used to obtain a Mapping of String name to Command objects.Methods in org.cloudburstmc.server.registry with parameters of type CommandModifier and TypeMethodDescriptionbooleanCommandRegistry.isRegistered(Command cmd)Used to check if a command is registered with the CommandRegistryvoidMethod used to register a custom command.