HyCodeYourTale
classpublicPriority 3

BlockPriorityChunk

com.hypixel.hytale.server.worldgen.chunk.BlockPriorityChunk

3

Methods

3

Public Methods

1

Fields

1

Constructors

Constants

byteCAVE= 6
byteCAVE_COVER= 5
byteCAVE_PREFAB= 7
byteCOVER= 3
byteEXCLUSIVE_MAX_PRIORITY= 32
byteFILLING= 1
byteFLAG_MASK= -32
byteFLAG_SUBMERGE= 32
byteLAYER= 2
byteMASK= 31
byteNONE= 0
byteNO_CHANGE= -1
bytePREFAB= 9
bytePREFAB_CAVE= 8
byteWATER= 4

Constructors

public
BlockPriorityChunk()

Methods

Public Methods (3)

public
byte get(int x, int y, int z)
public
byte getRaw(int x, int y, int z)
public
void set(int x, int y, int z, byte type)

Fields

Private/Package Fields (1)

privatebyte[] blocks

Related Classes

Used By