Class NMSRelighterFactory

java.lang.Object
com.fastasyncworldedit.bukkit.adapter.NMSRelighterFactory
All Implemented Interfaces:
com.fastasyncworldedit.core.extent.processor.lighting.RelighterFactory

public class NMSRelighterFactory extends Object implements com.fastasyncworldedit.core.extent.processor.lighting.RelighterFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fastasyncworldedit.core.extent.processor.lighting.Relighter
    createRelighter(com.fastasyncworldedit.core.extent.processor.lighting.RelightMode relightMode, com.sk89q.worldedit.world.World world, com.fastasyncworldedit.core.queue.IQueueExtent<com.fastasyncworldedit.core.queue.IQueueChunk> queue)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NMSRelighterFactory

      public NMSRelighterFactory()
  • Method Details

    • createRelighter

      @Nonnull public com.fastasyncworldedit.core.extent.processor.lighting.Relighter createRelighter(com.fastasyncworldedit.core.extent.processor.lighting.RelightMode relightMode, com.sk89q.worldedit.world.World world, com.fastasyncworldedit.core.queue.IQueueExtent<com.fastasyncworldedit.core.queue.IQueueChunk> queue)
      Specified by:
      createRelighter in interface com.fastasyncworldedit.core.extent.processor.lighting.RelighterFactory