docs
docs copied to clipboard
Add World API docs
idk maybe it could useful for people because of its features
Checking the JavaDocs for that interface, it seems the only place where the RegionAccessor is used is the World interface. There are no methods which return a raw RegionAccessor or a LimitedRegion (its second subinterface).
Documenting the World API sounds logical though.
LimitedRegion is used in BlockPopulator
It is used there, but I don't see any way how you could retrieve a LimitedRegion
you extend BlockPopulator and the ChunkGenerator supplies it to your populator