프로퍼티 | 타입 | 설명 | |
---|---|---|---|
blocks | byte[] | ||
lighting | bool | ||
pbitmap | short | ||
sections | List | ||
x | int |
메소드 | 설명 | |
---|---|---|
Chunk ( int X, int Z, short Pbitmap, short Abitmap, bool inLighting, bool Groundup ) : System | ||
getBlock ( int Bx, int By, int Bz ) : |
||
getBlockId ( int Bx, int By, int Bz ) : int | ||
getData ( byte deCompressed ) : byte[] | ||
populate ( ) : void | ||
updateBlock ( int Bx, int By, int Bz, int id ) : void |
메소드 | 설명 | |
---|---|---|
GetPositionInSection ( int blockY ) : int | ||
GetSectionByNumber ( int blockY ) : |
||
getXinSection ( int BlockX ) : int | ||
getZinSection ( int BlockZ ) : int |
public Chunk ( int X, int Z, short Pbitmap, short Abitmap, bool inLighting, bool Groundup ) : System | ||
X | int | |
Z | int | |
Pbitmap | short | |
Abitmap | short | |
inLighting | bool | |
Groundup | bool | |
리턴 | System |
public getBlock ( int Bx, int By, int Bz ) : |
||
Bx | int | |
By | int | |
Bz | int | |
리턴 |
public updateBlock ( int Bx, int By, int Bz, int id ) : void | ||
Bx | int | |
By | int | |
Bz | int | |
id | int | |
리턴 | void |