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<Identifier, LootParams.DynamicDrop> LootParams.Builder.dynamicDropsprivate final Map<Identifier, LootParams.DynamicDrop> LootParams.dynamicDropsMethods in net.minecraft.world.level.storage.loot with parameters of type LootParams.DynamicDropModifier and TypeMethodDescriptionLootParams.Builder.withDynamicDrop(Identifier location, LootParams.DynamicDrop dynamicDrop) Constructor parameters in net.minecraft.world.level.storage.loot with type arguments of type LootParams.DynamicDropModifierConstructorDescriptionLootParams(ServerLevel level, ContextMap params, Map<Identifier, LootParams.DynamicDrop> dynamicDrops, float luck)