Package | Description |
---|---|
net.minecraft.world.storage.loot |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceLocation,LootContext.IDynamicDropProvider> |
LootContext.Builder.field_216026_c |
private java.util.Map<ResourceLocation,LootContext.IDynamicDropProvider> |
LootContext.field_216037_g |
Modifier and Type | Method and Description |
---|---|
LootContext.Builder |
LootContext.Builder.withDynamicDrop(ResourceLocation p_216017_1_,
LootContext.IDynamicDropProvider p_216017_2_) |
Constructor and Description |
---|
LootContext(java.util.Random rand,
float luckIn,
ServerWorld worldIn,
java.util.function.Function<ResourceLocation,LootTable> lootTableManagerIn,
java.util.function.Function<ResourceLocation,ILootCondition> p_i225885_5_,
java.util.Map<LootParameter<?>,java.lang.Object> parametersIn,
java.util.Map<ResourceLocation,LootContext.IDynamicDropProvider> conditionsIn) |