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 LootTableManager
DataPackRegistries. lootTables
Methods in net.minecraft.resources that return LootTableManager Modifier and Type Method Description LootTableManager
DataPackRegistries. getLootTables()
-
Uses of LootTableManager in net.minecraft.server
Methods in net.minecraft.server that return LootTableManager Modifier and Type Method Description LootTableManager
MinecraftServer. getLootTables()
-
Uses of LootTableManager in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type LootTableManager Modifier and Type Method Description static LootTable
ForgeHooks. 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 LootTableManager
LootTableLoadEvent. lootTableManager
Methods in net.minecraftforge.event that return LootTableManager Modifier and Type Method Description LootTableManager
LootTableLoadEvent. getLootTableManager()
Methods in net.minecraftforge.event with parameters of type LootTableManager Modifier and Type Method Description static LootTable
ForgeEventFactory. 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)
-