Archived
0

Work down some todo items, update to kotlin 1.3-rc

This commit is contained in:
Dico
2018-09-23 06:34:03 +01:00
parent f499555f8b
commit 038e698a14
46 changed files with 553 additions and 264 deletions

View File

@@ -1,6 +1,6 @@
package io.dico.parcels2
import io.dico.parcels2.util.findWoodKindPrefixedMaterials
import io.dico.parcels2.util.ext.findWoodKindPrefixedMaterials
import org.bukkit.Material
import java.util.EnumMap
@@ -28,7 +28,8 @@ private constructor(val id: Int,
arrayOf(
Interactables(id++, "button", true,
Material.STONE_BUTTON,
*findWoodKindPrefixedMaterials("BUTTON")),
*findWoodKindPrefixedMaterials("BUTTON")
),
Interactables(id++, "lever", true,
Material.LEVER),