프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Context | BlockChangeContext | ||
NewBlock | Block | ||
OldBlock | Block | ||
PlayerID | int | ||
PlayerId | int | ||
Timestamp | int | ||
X | short | ||
Y | short | ||
Z | short |
메소드 | 설명 | |
---|---|---|
BlockDBEntry ( int timestamp, int playerID, Vector3I coords, Block oldBlock, Block newBlock, BlockChangeContext flags ) : System.IO | ||
BlockDBEntry ( int timestamp, int playerID, short x, short y, short z, Block oldBlock, Block newBlock, BlockChangeContext flags ) : System.IO | ||
Serialize ( |
public BlockDBEntry ( int timestamp, int playerID, Vector3I coords, Block oldBlock, Block newBlock, BlockChangeContext flags ) : System.IO | ||
timestamp | int | |
playerID | int | |
coords | Vector3I | |
oldBlock | Block | |
newBlock | Block | |
flags | BlockChangeContext | |
리턴 | System.IO |
public BlockDBEntry ( int timestamp, int playerID, short x, short y, short z, Block oldBlock, Block newBlock, BlockChangeContext flags ) : System.IO | ||
timestamp | int | |
playerID | int | |
x | short | |
y | short | |
z | short | |
oldBlock | Block | |
newBlock | Block | |
flags | BlockChangeContext | |
리턴 | System.IO |
public Serialize ( |
||
writer | ||
리턴 | void |