-
Notifications
You must be signed in to change notification settings - Fork 225
Light API
Jesse Boyd edited this page Aug 15, 2016
·
2 revisions
The relates to the FaweQueue
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:
This wiki is outdated, move to https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/
This Wiki is for Legacy Versions (1.8 - 1.12.2). Check here for 1.13+ versions: https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/