Uses of Class
net.minecraft.loot.context.LootContextParameterSet
Packages that use LootContextParameterSet
Package
Description
-
Uses of LootContextParameterSet in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type LootContextParameterSetModifier and TypeMethodDescriptiondefault void
EquipmentHolder.setEquipmentFromTable
(EquipmentTable equipmentTable, LootContextParameterSet parameters) default void
EquipmentHolder.setEquipmentFromTable
(RegistryKey<LootTable> lootTable, LootContextParameterSet parameters, long seed, Map<EquipmentSlot, Float> slotDropChances) default void
EquipmentHolder.setEquipmentFromTable
(RegistryKey<LootTable> lootTable, LootContextParameterSet parameters, Map<EquipmentSlot, Float> slotDropChances) -
Uses of LootContextParameterSet in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return LootContextParameterSetModifier and TypeMethodDescriptionprivate LootContextParameterSet
MobEntity.createEquipmentLootParameters
(ServerWorld world) -
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) LootTable.generateLoot
(LootContextParameterSet parameters, Random random) 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)