Uses of Class
net.minecraft.loot.context.LootContextParameterSet
Packages that use LootContextParameterSet
-
Uses of LootContextParameterSet in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type LootContextParameterSetModifier and TypeMethodDescriptionLootTable.generateLoot
(LootContextParameterSet parameters) LootTable.generateLoot
(LootContextParameterSet parameters, long seed) void
LootTable.generateLoot
(LootContextParameterSet parameters, long seed, Consumer<ItemStack> lootConsumer) void
LootTable.generateLoot
(LootContextParameterSet parameters, Consumer<ItemStack> lootConsumer) void
LootTable.generateUnprocessedLoot
(LootContextParameterSet parameters, Consumer<ItemStack> lootConsumer) void
LootTable.supplyInventory
(Inventory inventory, LootContextParameterSet parameters, long seed) -
Uses of LootContextParameterSet in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as LootContextParameterSetModifier and TypeFieldDescriptionprivate final LootContextParameterSet
LootContext.Builder.parameters
private final LootContextParameterSet
LootContext.parameters
Methods in net.minecraft.loot.context that return LootContextParameterSetModifier and TypeMethodDescriptionLootContextParameterSet.Builder.build
(LootContextType contextType) Constructors in net.minecraft.loot.context with parameters of type LootContextParameterSetModifierConstructorDescriptionBuilder
(LootContextParameterSet parameters) (package private)
LootContext
(LootContextParameterSet parameters, Random random, RegistryEntryLookup.RegistryLookup lookup) -
Uses of LootContextParameterSet in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type LootContextParameterSetModifier and TypeMethodDescriptionprivate static int
LootCommand.getFeedbackMessageSingle
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, RegistryEntry<LootTable> lootTable, LootContextParameterSet lootContextParameters, LootCommand.Target constructor)