Getting Blocks Not placed by players..

Discussion in 'Plugin Development' started by AdvsNoob, Jan 12, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    AdvsNoob

    How i go about doing this?

    I want to get lets say a wood block from a tree.
    I know i could use the Block class but im not quite sure how i would go about getting all the blocks that are not placed by a player but only generated by the world or the tree grow event.

    Any advice?
     
  2. You should be able to catch the StructureGrowEvent and check the List<BlockState> it provides
     
Thread Status:
Not open for further replies.

Share This Page