Store 3d arrangement of blocks

Discussion in 'Plugin Development' started by Numenorean95, Sep 26, 2011.

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

    Numenorean95

    I want to store a set of blocks (such as a house) and then be able to access it in order to create it in a world. I cant figure out how to store it though. Does anyone have any idea of a good way to do this, especially assuming that i cant know how many blocks there will be in any direction?
     
  2. Multidimensional byte arrays.
    This should help : https://github.com/MineDev/Regios/blob/master/src/couk/Adamki11s/Regios/RBF/RBF_Save.java
     
  3. Offline

    Feed_Dante

  4. Offline

    Numenorean95

Thread Status:
Not open for further replies.

Share This Page