Uses of Class
net.minecraft.loot.LootTableManager
-
Packages that use LootTableManager Package Description net.minecraft.resources net.minecraft.server net.minecraftforge.common net.minecraftforge.event -
-
Uses of LootTableManager in net.minecraft.resources
Fields in net.minecraft.resources declared as LootTableManager Modifier and Type Field Description private LootTableManagerDataPackRegistries. lootTablesMethods in net.minecraft.resources that return LootTableManager Modifier and Type Method Description LootTableManagerDataPackRegistries. getLootTables() -
Uses of LootTableManager in net.minecraft.server
Methods in net.minecraft.server that return LootTableManager Modifier and Type Method Description LootTableManagerMinecraftServer. getLootTables() -
Uses of LootTableManager in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type LootTableManager Modifier and Type Method Description static LootTableForgeHooks. loadLootTable(com.google.gson.Gson gson, ResourceLocation name, com.google.gson.JsonElement data, boolean custom, LootTableManager lootTableManager) -
Uses of LootTableManager in net.minecraftforge.event
Fields in net.minecraftforge.event declared as LootTableManager Modifier and Type Field Description private LootTableManagerLootTableLoadEvent. lootTableManagerMethods in net.minecraftforge.event that return LootTableManager Modifier and Type Method Description LootTableManagerLootTableLoadEvent. getLootTableManager()Methods in net.minecraftforge.event with parameters of type LootTableManager Modifier and Type Method Description static LootTableForgeEventFactory. loadLootTable(ResourceLocation name, LootTable table, LootTableManager lootTableManager)Constructors in net.minecraftforge.event with parameters of type LootTableManager Constructor Description LootTableLoadEvent(ResourceLocation name, LootTable table, LootTableManager lootTableManager)
-