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.dynamicDropsprivate final Map<ResourceLocation, LootParams.DynamicDrop> LootParams.dynamicDropsMethods 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)