Uses of Interface
net.minecraft.world.level.storage.loot.LootParams.DynamicDrop
Packages that use LootParams.DynamicDrop
-
Uses of LootParams.DynamicDrop in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type LootParams.DynamicDropModifier and TypeFieldDescriptionprivate final Map
<ResourceLocation, LootParams.DynamicDrop> LootParams.Builder.dynamicDrops
private final Map
<ResourceLocation, LootParams.DynamicDrop> LootParams.dynamicDrops
Methods in net.minecraft.world.level.storage.loot with parameters of type LootParams.DynamicDropModifier and TypeMethodDescriptionLootParams.Builder.withDynamicDrop
(ResourceLocation pName, LootParams.DynamicDrop pDynamicDrop) Constructor parameters in net.minecraft.world.level.storage.loot with type arguments of type LootParams.DynamicDropModifierConstructorDescriptionLootParams
(ServerLevel pLevel, ContextMap pParams, Map<ResourceLocation, LootParams.DynamicDrop> pDynamicDrops, float pLuck)