Uses of Class
net.minecraft.world.level.storage.loot.LootTables
Packages that use LootTables
Package
Description
-
Uses of LootTables in net.minecraft.server
Fields in net.minecraft.server declared as LootTablesMethods in net.minecraft.server that return LootTablesModifier and TypeMethodDescriptionMinecraftServer.getLootTables()ServerResources.getLootTables() -
Uses of LootTables in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot declared as LootTablesConstructors in net.minecraft.world.level.storage.loot with parameters of type LootTablesModifierConstructorDescriptionItemModifierManager(PredicateManager p_165086_, LootTables p_165087_) -
Uses of LootTables in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type LootTablesModifier and TypeMethodDescriptionstatic LootTableForgeHooks.loadLootTable(com.google.gson.Gson gson, ResourceLocation name, com.google.gson.JsonElement data, boolean custom, LootTables lootTableManager) -
Uses of LootTables in net.minecraftforge.event
Fields in net.minecraftforge.event declared as LootTablesMethods in net.minecraftforge.event that return LootTablesMethods in net.minecraftforge.event with parameters of type LootTablesModifier and TypeMethodDescriptionstatic LootTableForgeEventFactory.loadLootTable(ResourceLocation name, LootTable table, LootTables lootTableManager)Constructors in net.minecraftforge.event with parameters of type LootTablesModifierConstructorDescriptionLootTableLoadEvent(ResourceLocation name, LootTable table, LootTables lootTableManager)