Uses of Interface
net.minecraft.command.ICommandManager

Packages that use ICommandManager
net.minecraft.command   
net.minecraft.server   
 

Uses of ICommandManager in net.minecraft.command
 

Classes in net.minecraft.command that implement ICommandManager
 class CommandHandler
           
 class ServerCommandManager
           
 

Uses of ICommandManager in net.minecraft.server
 

Methods in net.minecraft.server that return ICommandManager
 ICommandManager MinecraftServer.getCommandManager()