Light API - boy0001/FastAsyncWorldedit GitHub Wiki
The relates to the FaweQueue
Getting the NMS queue
boolean autoQueue = false;
NMSMappedFaweQueue nmsQueue = (NMSMappedFaweQueue) SetQueue.IMP.getNewQueue("worldName", true, autoQueue);
Relevant methods
- relight(int x, int y, int z)
- relightBlock(int x, int y, int z)
- relightSky(int x, int y, int z)
- setSkyLight(int x, int y, int z, int value)
- setBlockLight(int x, int y, int z, int value)
Relevant classes: