Archived
0

Refactor and improve a lot of the API. Move default implementations into a package. Reformatting.

This commit is contained in:
Dico
2018-08-02 18:22:36 +01:00
parent 6513ad9237
commit 0af2e615d3
47 changed files with 1420 additions and 1091 deletions

View File

@@ -2,7 +2,7 @@ package io.dico.parcels2.blockvisitor
import org.bukkit.Material
import org.bukkit.Material.*
import java.util.*
import java.util.EnumSet
val attachables: Set<Material> = EnumSet.of(
ACACIA_DOOR,

View File

@@ -6,7 +6,7 @@ import kotlinx.coroutines.experimental.CancellationException
import kotlinx.coroutines.experimental.Job
import org.bukkit.scheduler.BukkitTask
import java.lang.System.currentTimeMillis
import java.util.*
import java.util.LinkedList
import java.util.logging.Level
import kotlin.coroutines.experimental.Continuation
import kotlin.coroutines.experimental.intrinsics.COROUTINE_SUSPENDED