Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
LimitExtent isn't a processor
Dieser Commit ist enthalten in:
Ursprung
81534b3476
Commit
cacfcb8c5c
@ -1,4 +1,4 @@
|
|||||||
package com.fastasyncworldedit.core.extent.processor;
|
package com.fastasyncworldedit.core.extent;
|
||||||
|
|
||||||
import com.fastasyncworldedit.core.FaweCache;
|
import com.fastasyncworldedit.core.FaweCache;
|
||||||
import com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock;
|
import com.fastasyncworldedit.core.extent.filter.block.ExtentFilterBlock;
|
@ -12,7 +12,7 @@ import com.fastasyncworldedit.core.extent.SingleRegionExtent;
|
|||||||
import com.fastasyncworldedit.core.extent.SlowExtent;
|
import com.fastasyncworldedit.core.extent.SlowExtent;
|
||||||
import com.fastasyncworldedit.core.extent.StripNBTExtent;
|
import com.fastasyncworldedit.core.extent.StripNBTExtent;
|
||||||
import com.fastasyncworldedit.core.extent.processor.HeightmapProcessor;
|
import com.fastasyncworldedit.core.extent.processor.HeightmapProcessor;
|
||||||
import com.fastasyncworldedit.core.extent.processor.LimitExtent;
|
import com.fastasyncworldedit.core.extent.LimitExtent;
|
||||||
import com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter;
|
import com.fastasyncworldedit.core.extent.processor.lighting.NullRelighter;
|
||||||
import com.fastasyncworldedit.core.extent.processor.lighting.RelightMode;
|
import com.fastasyncworldedit.core.extent.processor.lighting.RelightMode;
|
||||||
import com.fastasyncworldedit.core.extent.processor.lighting.RelightProcessor;
|
import com.fastasyncworldedit.core.extent.processor.lighting.RelightProcessor;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren