Added ExtendedPersistentDataContainer
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.willfp.eco.internal.spigot.proxy
|
||||
|
||||
import com.willfp.eco.core.data.ExtendedPersistentDataContainer
|
||||
import org.bukkit.persistence.PersistentDataContainer
|
||||
|
||||
interface ExtendedPersistentDataContainerFactoryProxy {
|
||||
fun adapt(pdc: PersistentDataContainer): ExtendedPersistentDataContainer
|
||||
}
|
||||
Reference in New Issue
Block a user