Uses of Class
net.minecraft.world.level.storage.loot.LootParams
-
Uses of LootParams in net.minecraft.server.commands
Modifier and TypeMethodDescriptionprivate static int
LootCommand.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.loot
Modifier and TypeFieldDescriptionprivate final LootParams
LootContext.Builder.params
private final LootParams
LootContext.params
Modifier and TypeMethodDescriptionvoid
LootTable.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_) void
LootTable.getRandomItems
(LootParams p_287748_, long p_287729_, Consumer<ItemStack> p_287583_) void
LootTable.getRandomItems
(LootParams p_287704_, Consumer<ItemStack> p_287617_) void
LootTable.getRandomItemsRaw
(LootParams p_287669_, Consumer<ItemStack> p_287781_) Deprecated.ModifierConstructorDescriptionBuilder
(LootParams p_287628_) (package private)
LootContext
(LootParams p_287722_, RandomSource p_287702_, LootDataResolver p_287619_) private
LootContext
(LootParams p_287722_, RandomSource p_287702_, LootDataResolver p_287619_, ResourceLocation queriedLootTableId)