net.minecraft.world.level.storage.loot

public class LootContext

coy
net.minecraft.world.level.storage.loot.LootContext
net.minecraft.class_47
net.minecraft.unmapped.C_iakykpgh
net.minecraft.loot.context.LootContext
net.minecraft.world.storage.loot.LootContext
net.minecraft.server.v1_14_R1.LootTableInfo

Field summary

Modifier and TypeField
private final Random
a
random
field_923
f_gndtbaxx
random
field_216035_a
private final float
b
luck
field_926
f_ivmefixp
luck
field_186498_a
private final ServerLevel
c
level
field_928
f_kobjjsvx
world
field_186499_b
private final LootTables
d
lootTables
field_924
f_cxdvsbjl
manager
field_186500_c
private final Set<LootTable>
e
visitedTables
field_927
f_ssicdhjd
suppliers
field_186504_g
private final Map<LootContextParam<?>, Object>
f
params
field_925
f_urhluvna
parameters
field_216036_f
private final Map<ResourceLocation, LootContext$DynamicDrop>
g
dynamicDrops
field_929
f_epekxpkr
drops
field_216037_g

Constructor summary

ModifierConstructor
private (Random random, float luck, ServerLevel world, LootTables manager, Map<LootContextParam<?>, Object> parameters, Map<ResourceLocation, LootContext$DynamicDrop> drops)

Method summary

Modifier and TypeMethod
public boolean
a(cqw<?> arg0)
hasParam(LootContextParam<?> arg0)
method_300(class_169<?> arg0)
m_vbxysawq(C_xsaigefq<?> arg0)
hasParameter(LootContextParameter<?> parameter)
func_216033_a(LootParameter<?> arg0)
hasContextParameter(LootContextParameter<?> arg0)
public void
a(qv arg0, Consumer<bcj> arg1)
addDynamicDrops(ResourceLocation arg0, Consumer<ItemStack> arg1)
method_297(class_2960 arg0, Consumer<class_1799> arg1)
m_tjqtsntr(C_ncpywfca arg0, Consumer<C_sddaxwyk> arg1)
drop(Identifier id, Consumer<ItemStack> itemDropper)
func_216034_a(ResourceLocation arg0, Consumer<ItemStack> arg1)
public <T> T
c(cqw<T> arg0)
getParamOrNull(LootContextParam<T> arg0)
method_296(class_169<T> arg0)
m_xpnkgluh(C_xsaigefq<T> arg0)
get(LootContextParameter<T> parameter)
func_216031_c(LootParameter<T> arg0)
getContextParameter(LootContextParameter<T> arg0)
public boolean
a(cpb arg0)
addVisitedTable(LootTable arg0)
method_298(class_52 arg0)
m_uuszvqlx(C_inwsuliy arg0)
addDrop(LootTable supplier)
func_186496_a(LootTable arg0)
public void
b(cpb arg0)
removeVisitedTable(LootTable arg0)
method_295(class_52 arg0)
m_mrfvsbxe(C_inwsuliy arg0)
removeDrop(LootTable supplier)
func_186490_b(LootTable arg0)
public LootTables
a()
getLootTables()
method_301()
m_rowpmsww()
getLootManager()
func_186497_e()
public Random
b()
getRandom()
method_294()
m_wajkhgmd()
getRandom()
func_216032_b()
public float
c()
getLuck()
method_302()
m_whhxcymq()
getLuck()
func_186491_f()
public ServerLevel
d()
getLevel()
method_299()
m_izzeghzt()
getWorld()
func_202879_g()