net.minecraft.world.level.storage.loot

public class LootContext

crx
net.minecraft.world.level.storage.loot.LootContext
net.minecraft.class_47
net.minecraft.loot.context.LootContext
net.minecraft.world.storage.loot.LootContext
net.minecraft.server.v1_15_R1.LootTableInfo

Field summary

Modifier and TypeField
private final Random
a
random
field_923
random
field_216035_a
private final float
b
luck
field_926
luck
field_186498_a
private final ServerLevel
c
level
field_928
world
field_186499_b
private final Function<ResourceLocation, LootTable>
d
lootTables
field_924
supplierGetter
field_186500_c
private final Set<LootTable>
e
visitedTables
field_927
suppliers
field_186504_g
private final Function<ResourceLocation, LootItemCondition>
f
conditions
field_20750
conditionGetter
field_227499_f_
private final Set<LootItemCondition>
g
visitedConditions
field_20751
conditions
field_227500_g_
private final Map<LootContextParam<?>, Object>
h
params
field_925
parameters
field_216036_f
private final Map<ResourceLocation, LootContext$DynamicDrop>
i
dynamicDrops
field_929
drops
field_216037_g

Constructor summary

ModifierConstructor
private (Random arg0, float arg1, ServerLevel arg2, Function<ResourceLocation, LootTable> arg3, Function<ResourceLocation, LootItemCondition> arg4, Map<LootContextParam<?>, Object> arg5, Map<ResourceLocation, LootContext$DynamicDrop> arg6)

Method summary

Modifier and TypeMethod
public boolean
a(ctx<?> arg0)
hasParam(LootContextParam<?> arg0)
method_300(class_169<?> arg0)
hasParameter(LootContextParameter<?> parameter)
func_216033_a(LootParameter<?> arg0)
hasContextParameter(LootContextParameter<?> arg0)
public void
a(sm arg0, Consumer<ben> arg1)
addDynamicDrops(ResourceLocation arg0, Consumer<ItemStack> arg1)
method_297(class_2960 arg0, Consumer<class_1799> arg1)
drop(Identifier id, Consumer<ItemStack> itemDropper)
func_216034_a(ResourceLocation arg0, Consumer<ItemStack> arg1)
public <T> T
c(ctx<T> arg0)
getParamOrNull(LootContextParam<T> arg0)
method_296(class_169<T> arg0)
get(LootContextParameter<T> parameter)
func_216031_c(LootParameter<T> arg0)
getContextParameter(LootContextParameter<T> arg0)
public boolean
a(csa arg0)
addVisitedTable(LootTable arg0)
method_298(class_52 arg0)
addDrop(LootTable supplier)
func_186496_a(LootTable arg0)
public void
b(csa arg0)
removeVisitedTable(LootTable arg0)
method_295(class_52 arg0)
removeDrop(LootTable supplier)
func_186490_b(LootTable arg0)
public boolean
a(cum arg0)
addVisitedCondition(LootItemCondition arg0)
method_22555(class_4570 arg0)
addCondition(LootCondition condition)
func_227501_a_(ILootCondition arg0)
public void
b(cum arg0)
removeVisitedCondition(LootItemCondition arg0)
method_22557(class_4570 arg0)
removeCondition(LootCondition condition)
func_227503_b_(ILootCondition arg0)
public LootTable
a(sm arg0)
getLootTable(ResourceLocation arg0)
method_22556(class_2960 arg0)
getSupplier(Identifier id)
func_227502_a_(ResourceLocation arg0)
public LootItemCondition
b(sm arg0)
getCondition(ResourceLocation arg0)
method_22558(class_2960 arg0)
getCondition(Identifier id)
func_227504_b_(ResourceLocation arg0)
public Random
a()
getRandom()
method_294()
getRandom()
func_216032_b()
public float
b()
getLuck()
method_302()
getLuck()
func_186491_f()
public ServerLevel
c()
getLevel()
method_299()
getWorld()
func_202879_g()