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) voidLootTable.generateLoot(LootContextParameterSet parameters, long seed, Consumer<ItemStack> lootConsumer) voidLootTable.generateLoot(LootContextParameterSet parameters, Consumer<ItemStack> lootConsumer) voidLootTable.generateUnprocessedLoot(LootContextParameterSet parameters, Consumer<ItemStack> lootConsumer) voidLootTable.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 LootContextParameterSetLootContext.Builder.parametersprivate final LootContextParameterSetLootContext.parametersMethods 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, LootDataLookup dataLookup) -
Uses of LootContextParameterSet in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type LootContextParameterSetModifier and TypeMethodDescriptionprivate static intLootCommand.getFeedbackMessageSingle(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, Identifier lootTable, LootContextParameterSet lootContextParameters, LootCommand.Target constructor)