Split renderdata (generated data) from normal block data - to help
with custom block work
This commit is contained in:
parent
aa87fc5c2c
commit
5fc08324d2
5 changed files with 51 additions and 28 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue