Class NMSAdapter
java.lang.Object
com.fastasyncworldedit.bukkit.adapter.NMSAdapter
- All Implemented Interfaces:
com.fastasyncworldedit.core.FAWEPlatformAdapterImpl
public class NMSAdapter
extends Object
implements com.fastasyncworldedit.core.FAWEPlatformAdapterImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcreatePalette(int[] blockToPalette, int[] paletteToBlock, int[] blocksCopy, char[] set, CachedBukkitAdapter adapter) static intcreatePalette(int layer, int[] blockToPalette, int[] paletteToBlock, int[] blocksCopy, Function<Integer, char[]> get, char[] set, CachedBukkitAdapter adapter) voidsendChunk(com.fastasyncworldedit.core.queue.IChunkGet chunk, int mask, boolean lighting)
-
Constructor Details
-
NMSAdapter
public NMSAdapter()
-
-
Method Details
-
createPalette
public static int createPalette(int[] blockToPalette, int[] paletteToBlock, int[] blocksCopy, char[] set, CachedBukkitAdapter adapter) -
createPalette
public static int createPalette(int layer, int[] blockToPalette, int[] paletteToBlock, int[] blocksCopy, Function<Integer, char[]> get, char[] set, CachedBukkitAdapter adapter) -
sendChunk
public void sendChunk(com.fastasyncworldedit.core.queue.IChunkGet chunk, int mask, boolean lighting) - Specified by:
sendChunkin interfacecom.fastasyncworldedit.core.FAWEPlatformAdapterImpl
-