All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tealcube.minecraft.bukkit.mythicdrops.api.loading.ConfigLoader.kt Maven / Gradle / Ivy

package com.tealcube.minecraft.bukkit.mythicdrops.api.loading

interface ConfigLoader {
    fun reloadStartupSettings()

    fun reloadSettings()

    fun reloadTiers()

    fun reloadCustomItems()

    fun saveCustomItems()

    fun reloadNames()

    fun reloadRepairCosts()

    fun reloadItemGroups()

    fun reloadSocketGemCombiners()

    fun saveSocketGemCombiners()

    fun reloadSocketGems()

    fun reloadRelations()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy