Uses of Interface
net.minecraft.loot.context.LootWorldContext.DynamicDrop
Packages that use LootWorldContext.DynamicDrop
-
Uses of LootWorldContext.DynamicDrop in net.minecraft.loot.context
Fields in net.minecraft.loot.context with type parameters of type LootWorldContext.DynamicDropModifier and TypeFieldDescriptionprivate final Map<Identifier, LootWorldContext.DynamicDrop> LootWorldContext.Builder.dynamicDropsprivate final Map<Identifier, LootWorldContext.DynamicDrop> LootWorldContext.dynamicDropsMethods in net.minecraft.loot.context with parameters of type LootWorldContext.DynamicDropModifier and TypeMethodDescriptionLootWorldContext.Builder.addDynamicDrop(Identifier id, LootWorldContext.DynamicDrop dynamicDrop) Constructor parameters in net.minecraft.loot.context with type arguments of type LootWorldContext.DynamicDropModifierConstructorDescriptionLootWorldContext(ServerWorld world, ContextParameterMap parameters, Map<Identifier, LootWorldContext.DynamicDrop> dynamicDrops, float luck)