Property | Type | Description | |
---|---|---|---|
CaseUsername | string | ||
Chunks | MinecraftLevel.Chunk>.Dictionary |
||
ChunksNeeded | bool>.Dictionary |
||
Connected | bool | ||
Connection | |||
Handler | |||
IsSMP | bool | ||
Kicked | bool | ||
LastError | string | ||
PacketTypeLengths | int[] | ||
PlayerX | double | ||
PlayerY | double | ||
PlayerZ | double | ||
Reader | |||
SessionHash | string | ||
SessionID | string | ||
SrvPassword | string | ||
TransChunks | MinecraftLevel.Chunk>.Dictionary |
||
Username | string |
Method | Description | |
---|---|---|
AuthConnect ( string _Username, string _ServerID ) : bool | ||
Connect ( string IP, string _Username, string _Password, string _SrvPassword ) : bool |
Connect to a server with the given IPEndPoint
|
|
Debug ( string s ) : void | ||
Disconnect ( ) : void | ||
GetChunk ( Cubia |
||
Subscribe ( PacketTypes packet, System.Action onCall ) : void | ||
SwapByteOrder ( double val ) : double | ||
SwapByteOrder ( int val ) : int | ||
SwapByteOrder ( short val ) : short |
Method | Description | |
---|---|---|
Auth ( string _Username, string _Password ) : bool |
Authecate the user to join
|
|
LoadPackets ( ) : void | ||
RespondWorker ( ) : void |
Respond to the incomming stuff.
|
public static AuthConnect ( string _Username, string _ServerID ) : bool | ||
_Username | string | |
_ServerID | string | |
return | bool |
public static Connect ( string IP, string _Username, string _Password, string _SrvPassword ) : bool | ||
IP | string | |
_Username | string | |
_Password | string | |
_SrvPassword | string | |
return | bool |
public static GetChunk ( Cubia |
||
pos | Cubia |
|
trans | bool | |
return | MinecraftLevel.Chunk |
public static Subscribe ( PacketTypes packet, System.Action onCall ) : void | ||
packet | PacketTypes | |
onCall | System.Action | |
return | void |
public static SwapByteOrder ( double val ) : double | ||
val | double | |
return | double |
public static SwapByteOrder ( int val ) : int | ||
val | int | |
return | int |
public static SwapByteOrder ( short val ) : short | ||
val | short | |
return | short |
public static Dictionary |
||
return | MinecraftLevel.Chunk>.Dictionary |
public static Dictionary |
||
return | bool>.Dictionary |
public static TcpClient,System.Net.Sockets Connection | ||
return |
public static PacketHandler,MineViewer Handler | ||
return |
public static BinaryReader,System.IO Reader | ||
return |
public static Dictionary |
||
return | MinecraftLevel.Chunk>.Dictionary |