WIP on 1.13 CFI

This commit is contained in:
Jesse Boyd
2019-04-10 18:32:21 +10:00
parent 435a8ad6f2
commit 31797d4231
9 changed files with 895 additions and 447 deletions

View File

@ -293,11 +293,6 @@ public abstract class BukkitQueue_0<CHUNK, CHUNKSECTIONS, SECTION> extends NMSMa
return result;
}
@Override
public IntFaweChunk getPrevious(IntFaweChunk fs, CHUNKSECTIONS sections, Map<?, ?> tiles, Collection<?>[] entities, Set<UUID> createdEntities, boolean all) throws Exception {
return fs;
}
@Override
public boolean hasSky() {
World world = getWorld();

View File

@ -349,8 +349,6 @@ public class BukkitQueue_All extends BukkitQueue_0<ChunkSnapshot, ChunkSnapshot,
return super.supports(capability);
}
private int skip;
@Override
public void startSet(boolean parallel) {
super.startSet(true);