Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 359 Bytes

File metadata and controls

18 lines (11 loc) · 359 Bytes

Obj

A fancade object.

obj

How to create

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