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

Classes

class  fCraft.CommandDescriptor
 Describes a chat command. Defines properties, permission requirements, and usage information. Specifies a handler method. More...
 

Namespaces

package  fCraft
 

Functions

delegate void fCraft.CommandHandler (Player source, CommandReader cmd)
 Represents a method that acts as a handler for a command.