프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Data | byte[] |
메소드 | 설명 | |
---|---|---|
GetSize ( OpCode opcode ) : int |
Returns packet size (in bytes) for a given opcode. Size includes the opcode byte itself.
|
|
MakeAddSelectionBox ( byte ID, string Label, short StartX, short StartY, short StartZ, short EndX, short EndY, short EndZ, short R, short G, short B, short A ) : |
||
Packet ( OpCode opcode ) : System |
Creates a packet of correct size for a given opcode, and sets the first (opcode) byte.
|
|
Packet ( [ data ) : System |
메소드 | 설명 | |
---|---|---|
MakeCustomBlockSupportLevel ( byte level ) : |
||
MakeExtEntry ( string name, int version ) : |
||
MakeExtInfo ( short extCount ) : |
||
MakeSetBlockPermission ( Block block, bool canPlace, bool canDelete ) : |
||
ToNetOrder ( int number, [ arr, int offset ) : void | ||
ToNetOrder ( short number, [ arr, int offset ) : void |
public static MakeAddSelectionBox ( byte ID, string Label, short StartX, short StartY, short StartZ, short EndX, short EndY, short EndZ, short R, short G, short B, short A ) : |
||
ID | byte | |
Label | string | |
StartX | short | |
StartY | short | |
StartZ | short | |
EndX | short | |
EndY | short | |
EndZ | short | |
R | short | |
G | short | |
B | short | |
A | short | |
리턴 |