World.opIndexAssign

Sets a block.

Examples

world[0, 55, 12] = Blocks.grass;
world[12, 55, 789] = Blocks.chest; // not a tile!

Meta