프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Average1 | |||
Average2 | |||
Average3 | |||
Average4 | |||
EnableHistoryMode | bool | ||
EnableLavaMode | bool | ||
EnableWaterMode | bool | ||
Level | |||
OldLevel | |||
OldPosition | |||
Position | |||
UID | int | ||
UserId | byte | ||
Username | string | ||
_delta | |||
_ip | string | ||
_isDisconnected | bool | ||
_isLoading | bool | ||
_isLoggedIn | bool | ||
pdb | PDB |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BeginRead | void | ||
Disconnect | void | ||
FreeId | byte | ||
HTNO | byte[] | ||
HandleCommand | void | ||
HandleLogin | void | ||
HandleMessage | void | ||
HandlePosAndOrientPacket | void | ||
HandleSetBlockPacket | void | ||
KillThisPlayer | void | ||
NTHO | ushort | ||
Player | System | ||
ReceiveIdentificationPacket | void | ||
ReceiveMessage | void | ||
ReceivePosAndOrientPacket | void | ||
ReceiveSetBlockPacket | void | ||
SendAllDeSpawns | void | ||
SendAllSpawns | void | ||
SendBlockChange | void | ||
SendDie | void | ||
SendGlobalChat | void | ||
SendGlobalMessage | void | ||
SendGlobalMessageActual | void | ||
SendKick | void | ||
SendLevelChat | void | ||
SendMap | void | ||
SendMotd | void | ||
SendPacket | void | ||
SendRaw | void | ||
SendRaw | void | ||
SendSpawn | void | ||
SendTeleportThisPlayer | void | ||
Start | void | ||
UpdatePlayerPos | void |
메소드 | 설명 | |
---|---|---|
GZip ( byte mapSize, byte levelData ) : byte[] | ||
SendMessage ( string message ) : void | ||
SwitchMap ( |
메소드 | 설명 | |
---|---|---|
BeginRead ( ) : void | ||
Disconnect ( ) : void | ||
FreeId ( ) : byte | ||
HTNO ( short x ) : byte[] | ||
HandleCommand ( string message ) : void | ||
HandleLogin ( object incoming ) : void | ||
HandleMessage ( object incoming ) : void | ||
HandlePosAndOrientPacket ( object incoming ) : void | ||
HandleSetBlockPacket ( object incoming ) : void | ||
KillThisPlayer ( ) : void | ||
NTHO ( byte x, int offset ) : ushort | ||
Player ( |
||
ReceiveIdentificationPacket ( ) : void | ||
ReceiveMessage ( ) : void | ||
ReceivePosAndOrientPacket ( ) : void | ||
ReceiveSetBlockPacket ( ) : void | ||
SendAllDeSpawns ( ) : void | ||
SendAllSpawns ( ) : void | ||
SendBlockChange ( ushort x, ushort y, ushort z, byte type ) : void | ||
SendDie ( Player player ) : void | ||
SendGlobalChat ( Player player, string message ) : void | ||
SendGlobalMessage ( string message ) : void | ||
SendGlobalMessageActual ( string message ) : void | ||
SendKick ( string message ) : void | ||
SendLevelChat ( Player player, string message ) : void | ||
SendMap ( ) : void | ||
SendMotd ( ) : void | ||
SendPacket ( |
||
SendRaw ( byte id ) : void | ||
SendRaw ( byte id, byte data ) : void | ||
SendSpawn ( Player player ) : void | ||
SendTeleportThisPlayer ( |
||
Start ( ) : void | ||
UpdatePlayerPos ( ) : void |
public static GZip ( byte mapSize, byte levelData ) : byte[] | ||
mapSize | byte | |
levelData | byte | |
리턴 | byte[] |