Split renderdata (generated data) from normal block data - to help

with custom block work
This commit is contained in:
Mike Primm 2011-08-30 03:21:39 +08:00 committed by mikeprimm
parent aa87fc5c2c
commit 5fc08324d2
5 changed files with 51 additions and 28 deletions

View file

@ -20,6 +20,10 @@ public interface HDPerspectiveState {
* Get current block data
*/
int getBlockData();
/**
* Get current block render data
*/
int getBlockRenderData();
/**
* Get direction of last block step
*/