fCraft  0.636
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Classes | Namespaces
CommandManager.cs File Reference

Classes

class  fCraft.CommandManager
 Static class that allows registration and parsing of all text commands.
 
class  fCraft.CommandRegistrationException
 Exception that is thrown when an attempt to register a command has failed. More...
 
class  fCraft.Events.CommandRegisteredEventArgs
 Provides data for CommandManager.CommandRegistered event. Immutable. More...
 
class  fCraft.Events.CommandRegistringEventArgs
 Provides data for CommandManager.CommandRegistering event. Cancelable. More...
 
class  fCraft.Events.CommandCalledEventArgs
 Provides data for CommandManager.CommandCalled event. Immutable. More...
 
class  fCraft.Events.CommandCallingEventArgs
 Provides data for CommandManager.CommandCalling event. Cancelable. More...
 

Namespaces

package  fCraft
 
package  fCraft.Events