메소드 | 설명 | |
---|---|---|
MakeSetBlock ( int x, int y, int z, Block type ) : |
||
PacketWriter ( Stream stream ) : System | ||
Write ( OpCode opcode ) : void | ||
Write ( [ str ) : void |
Writes a string in Minecraft protocol format. Maximum length: 64 characters.
|
|
Write ( int data ) : void |
Writes a 32-bit integer in Big-Endian order.
|
|
Write ( short data ) : void |
Writes a 16-bit short integer in Big-Endian order.
|
|
WriteAddEntity ( byte id, [ player, |
||
WriteMapBegin ( ) : void | ||
WriteMapChunk ( [ chunk, int chunkSize, byte progress ) : void | ||
WritePing ( ) : void | ||
WriteTeleport ( byte id, |
메소드 | 설명 | |
---|---|---|
MakeAddEntity ( int id, [ name, |
||
MakeDisconnect ( [ reason ) : |
||
MakeHandshake ( [ player, [ serverName, [ motd ) : |
||
MakeMessage ( [ message ) : |
||
MakeMove ( int id, |
||
MakeMoveRotate ( int id, |
||
MakeRemoveEntity ( int id ) : |
||
MakeRotate ( int id, |
||
MakeSelfTeleport ( |
||
MakeSetBlock ( Vector3I coords, Block type ) : |
||
MakeSetPermission ( [ player ) : |
||
MakeTeleport ( int id, |
||
ToNetOrder ( int number, byte arr, int offset ) : void | ||
WriteMapEnd ( [ map ) : void |
public static MakeSetBlock ( int x, int y, int z, Block type ) : |
||
x | int | |
y | int | |
z | int | |
type | Block | |
리턴 |
public WriteAddEntity ( byte id, [ player, |
||
id | byte | |
player | [ | |
pos | ||
리턴 | void |
public WriteMapChunk ( [ chunk, int chunkSize, byte progress ) : void | ||
chunk | [ | |
chunkSize | int | |
progress | byte | |
리턴 | void |
public WriteTeleport ( byte id, |
||
id | byte | |
pos | ||
리턴 | void |