Does a falling block qualify as a block?

Discussion in 'Plugin Development' started by Debels, Dec 14, 2013.

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

    Debels

    I mean like lets say I spawn a falling block at a x location and then check what block is on that x location, would the fallingblock (which is an entity) qualify as a block?
     
  2. Offline

    ROKLGAMES

    Its qualified as an Entity.
     
  3. Offline

    Debels

    ROKLGAMES Ugh, not what I wanted to hear xD, since I thought I found the bug on my plugin, but I guess its back to debugging...
     
  4. Offline

    maxben34

    Falling Blocks are of the type entity. Once they hit the ground, they automatically get changed to the type block. There is an entity form block event or something like that.
     
Thread Status:
Not open for further replies.

Share This Page