06-10-2013, 05:55 AM
Anywhere a SetBlock, GetBlock or FastSetBlock is called on a cWorld object.
The point is, anything that is in the tick thread already has direct access to the chunk data, so those methods in the cWorld class are de facto the interface you're trying to create.
The point is, anything that is in the tick thread already has direct access to the chunk data, so those methods in the cWorld class are de facto the interface you're trying to create.