Uses of Class
me.ulrich.koth.data.KothData_loots
Packages that use KothData_loots
-
Uses of KothData_loots in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager that return types with arguments of type KothData_lootsMethods in me.ulrich.koth.manager with parameters of type KothData_lootsMethod parameters in me.ulrich.koth.manager with type arguments of type KothData_lootsModifier and TypeMethodDescriptionvoidLootsManager.setLootBlocks(HashMap<String, KothData_loots> lootBlocks) -
Uses of KothData_loots in me.ulrich.koth.manager.data.lootblocks
Methods in me.ulrich.koth.manager.data.lootblocks with parameters of type KothData_lootsModifier and TypeMethodDescriptionvoidSaveLootBlocks.saveDatabaseKothData(Koth plugin, KothData_loots koth) voidSaveLootBlocks.saveSqliteKothData(Koth plugin, KothData_loots koth) voidSaveLootBlocks.saveYamlKothData(Koth plugin, KothData_loots koth) Constructors in me.ulrich.koth.manager.data.lootblocks with parameters of type KothData_lootsModifierConstructorDescriptionSaveLootBlocksData(Koth clans, KothData_loots clanData, boolean async)