| dka | |
| net.minecraft.world.level.storage.loot.LootContext | |
| net.minecraft.class_47 | |
| net.minecraft.loot.context.LootContext | |
| net.minecraft.src.C_2811_ | |
| net.minecraft.world.level.storage.loot.LootTableInfo |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final Random |
| ||||||||||
| private final float |
| ||||||||||
| private final ServerLevel |
| ||||||||||
| private final Function<ResourceLocation, LootTable> |
| ||||||||||
| private final Set<LootTable> |
| ||||||||||
| private final Function<ResourceLocation, LootItemCondition> |
| ||||||||||
| private final Set<LootItemCondition> |
| ||||||||||
| private final Map<LootContextParam<?>, Object> |
| ||||||||||
| private final Map<ResourceLocation, LootContext$DynamicDrop> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| (Random random, float luck, ServerLevel world, Function<ResourceLocation, LootTable> tableGetter, Function<ResourceLocation, LootItemCondition> conditionGetter, Map<LootContextParam<?>, Object> parameters, Map<ResourceLocation, LootContext$DynamicDrop> drops) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||||
| public <T> T |
| ||||||||||
| public void |
| ||||||||||
| public <T> T |
| ||||||||||
| public boolean |
| ||||||||||
| public void |
| ||||||||||
| public boolean |
| ||||||||||
| public void |
| ||||||||||
| public LootTable |
| ||||||||||
| public LootItemCondition |
| ||||||||||
| public Random |
| ||||||||||
| public float |
| ||||||||||
| public ServerLevel |
|