Because if I use ints I can't place a block on the same height:
instead of
(If that makes sense)
EDIT:
Now compare my code to the vanilla tree: https://gist.github.com/grum/62cfdec0537...-java-L145
Code:
---XX
XX---
Code:
----X
--X--
X----
(If that makes sense)
EDIT:
Now compare my code to the vanilla tree: https://gist.github.com/grum/62cfdec0537...-java-L145