A fancade object.
obj
obj a = getObject(5, 0, 0) // gets the object located at (5, 0, 0)
obj b = getBlockById(BLOCK_GRASS) // places the GRASS block (id 3) and returns a reference to it
// comming soon: obj c = getBlockByName("My block") // places the block with nane "My block" and returns a reference to it