Method | Description | |
---|---|---|
AddPermission ( |
||
GetIPAddress ( ) : string | ||
GetIPEndPoint ( ) : |
||
GetPacketQueue ( ) : Packet>.Dictionary |
||
GetPort ( ) : short | ||
GetUsername ( ) : string | ||
HandleDataPackets ( byte data, IAsyncResult res ) : void | ||
HasPermission ( string node ) : bool | ||
IsOP ( ) : bool | ||
OverridePermission ( |
||
Player ( |
||
RecalculatePermissions ( ) : void | ||
RemovePermission ( |
||
SendDirectDataPacket ( Packet packet ) : void | ||
SendQueuedDataPacket ( Packet packet ) : void |
public AddPermission ( |
||
permission | ||
return | bool |
public GetPacketQueue ( ) : Packet>.Dictionary |
||
return | Packet>.Dictionary |
public HandleDataPackets ( byte data, IAsyncResult res ) : void | ||
data | byte | |
res | IAsyncResult | |
return | void |
public OverridePermission ( |
||
permission | ||
return | bool |
public Player ( |
||
endpoint | ||
return | System |
public RemovePermission ( |
||
permission | ||
return | bool |
public SendDirectDataPacket ( Packet packet ) : void | ||
packet | Packet | |
return | void |
public SendQueuedDataPacket ( Packet packet ) : void | ||
packet | Packet | |
return | void |