fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Player.cs File Reference

Classes

class  fCraft.Player
 Represents a connection to a Minecraft client. Handles low-level interactions (e.g. networking). More...
 
class  fCraft.PlayerListSorter
 

Namespaces

package  fCraft
 

Functions

delegate void fCraft.SelectionCallback (Player player, Vector3I[] marks, object tag)
 Represents a callback method for a player-made selection of one or more blocks on a map. A command may request a number of marks/blocks to select, and a specify callback to be executed when the desired number of marks/blocks is reached.
 
delegate void fCraft.ConfirmationCallback (Player player, object tag, bool fromConsole)
 Represents the method that responds to a confirmation command.