Woraround bukkit schedule spin, add custom-models.txt, custom-texture.txt

This commit is contained in:
Mike Primm 2011-07-17 11:02:22 -05:00
parent 4bc3030637
commit 4e810fc9d8
6 changed files with 84 additions and 58 deletions

View file

@ -59,5 +59,5 @@ public interface HDPerspectiveState {
/**
* Return subblock coordinates of current ray position
*/
void getSubblockCoord(int[] xyz);
int[] getSubblockCoord();
}