Uses of Class
net.minecraft.world.level.storage.loot.LootParams
Packages that use LootParams
- 
Uses of LootParams in net.minecraft.server.commandsMethods in net.minecraft.server.commands with parameters of type LootParamsModifier and TypeMethodDescriptionprivate static intLootCommand.drop(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_287721_, ResourceLocation p_287610_, LootParams p_287728_, LootCommand.DropConsumer p_287770_) 
- 
Uses of LootParams in net.minecraft.world.level.storage.lootFields in net.minecraft.world.level.storage.loot declared as LootParamsModifier and TypeFieldDescriptionprivate final LootParamsLootContext.Builder.paramsprivate final LootParamsLootContext.paramsMethods in net.minecraft.world.level.storage.loot that return LootParamsMethods in net.minecraft.world.level.storage.loot with parameters of type LootParamsModifier and TypeMethodDescriptionvoidLootTable.fill(Container p_287662_, LootParams p_287743_, long p_287585_) it.unimi.dsi.fastutil.objects.ObjectArrayList<ItemStack>LootTable.getRandomItems(LootParams p_287616_) it.unimi.dsi.fastutil.objects.ObjectArrayList<ItemStack>LootTable.getRandomItems(LootParams p_287574_, long p_287773_) voidLootTable.getRandomItems(LootParams p_287748_, long p_287729_, Consumer<ItemStack> p_287583_) voidLootTable.getRandomItems(LootParams p_287704_, Consumer<ItemStack> p_287617_) voidLootTable.getRandomItemsRaw(LootParams p_287669_, Consumer<ItemStack> p_287781_) Deprecated.Constructors in net.minecraft.world.level.storage.loot with parameters of type LootParamsModifierConstructorDescriptionBuilder(LootParams p_287628_) (package private)LootContext(LootParams p_287722_, RandomSource p_287702_, LootDataResolver p_287619_) privateLootContext(LootParams p_287722_, RandomSource p_287702_, LootDataResolver p_287619_, ResourceLocation queriedLootTableId)