Falling blocks

Discussion in 'Plugin Development' started by Megolas, Jul 23, 2013.

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

    Megolas

    Hello ,
    I wondered if its possible to keep a variable for a block even if it falls after registering it to a variable.
    Example:
    Block a = (Sand block);
    //Someone mined under the sand block, it fell, yet a is still that block
     
  2. Offline

    epicfacecreeper

    Blocks are useless for storage. Save the coords and make an event called when a falling block spawns in those coords. Update the coords.
     
Thread Status:
Not open for further replies.

Share This Page