Hey guys, at the moment im learning how to work with bukkit/spout and in my last test addon i got a problem...how can i find out in which direction a (custom block, but a solution with a normal block would be enough i think...) block faces?
Yup, you need to use the block data part to get the directional data. Easiest would be to implement the 'Directional' interface and construct a material data extending class for your own block type. However, I am not sure if Spout allows you to add custom material data types, which can be retrieved using material.getNewData(byte).