Uses of Class
me.ulrich.outpost.data.OutpostData_loots
Packages that use OutpostData_loots
-
Uses of OutpostData_loots in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager that return types with arguments of type OutpostData_lootsMethods in me.ulrich.outpost.manager with parameters of type OutpostData_lootsMethod parameters in me.ulrich.outpost.manager with type arguments of type OutpostData_lootsModifier and TypeMethodDescriptionvoidLootsManager.setLootBlocks(HashMap<String, OutpostData_loots> lootBlocks) -
Uses of OutpostData_loots in me.ulrich.outpost.manager.data.lootblocks
Methods in me.ulrich.outpost.manager.data.lootblocks with parameters of type OutpostData_lootsModifier and TypeMethodDescriptionvoidSaveLootBlocks.saveDatabaseOutpostData(Outpost plugin, OutpostData_loots outpost) voidSaveLootBlocks.saveSqliteOutpostData(Outpost plugin, OutpostData_loots outpost) voidSaveLootBlocks.saveYamlOutpostData(Outpost plugin, OutpostData_loots outpost) Constructors in me.ulrich.outpost.manager.data.lootblocks with parameters of type OutpostData_lootsModifierConstructorDescriptionSaveLootBlocksData(Outpost clans, OutpostData_loots clanData, boolean async)