Method | Description | |
---|---|---|
BlockDBDrawOperation ( Player player, string commandName, string paramDescription, int expectedMarks ) : System | ||
DrawBatch ( int maxBlocksToDraw ) : int | ||
Prepare ( Vector3I marks ) : bool | ||
Prepare ( Vector3I marks, BlockDBEntry changesToApply ) : bool | ||
ReadParams ( Command cmd ) : bool |
Method | Description | |
---|---|---|
NextBlock ( ) : Block |
Method | Description | |
---|---|---|
FindBounds ( ) : BoundingBox |
public BlockDBDrawOperation ( Player player, string commandName, string paramDescription, int expectedMarks ) : System | ||
player | Player | |
commandName | string | |
paramDescription | string | |
expectedMarks | int | |
return | System |
public DrawBatch ( int maxBlocksToDraw ) : int | ||
maxBlocksToDraw | int | |
return | int |
public Prepare ( Vector3I marks, BlockDBEntry changesToApply ) : bool | ||
marks | Vector3I | |
changesToApply | BlockDBEntry | |
return | bool |