Refactor and improve a lot of the API. Move default implementations into a package. Reformatting.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user