Skip to content
Jesse Boyd edited this page Aug 15, 2016 · 2 revisions

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: