net.minecraft.world.loot.context

public class LootContext

cos
net.minecraft.class_47
net.minecraft.world.loot.context.LootContext
net.minecraft.world.storage.loot.LootContext

Field summary

Modifier and TypeField
private final Random
a
field_923
random
field_216035_a
private final float
b
field_926
luck
field_186498_a
private final ServerWorld
c
field_928
world
field_186499_b
private final LootManager
d
field_924
manager
field_186500_c
private final Set<LootSupplier>
e
field_927
suppliers
field_186504_g
private final Map<LootContextParameter<?>, Object>
f
field_925
parameters
field_216036_f
private final Map<Identifier, LootContext$Dropper>
g
field_929
drops
field_216037_g

Constructor summary

ModifierConstructor
private (Random arg0, float arg1, ServerWorld arg2, LootManager arg3, Map<LootContextParameter<?>, Object> arg4, Map<Identifier, LootContext$Dropper> arg5)

Method summary

Modifier and TypeMethod
public boolean
a(cqq<?> arg0)
method_300(class_169<?> arg0)
hasParameter(LootContextParameter<?> arg0)
func_216033_a(LootParameter<?> arg0)
public void
a(qt arg0, Consumer<bce> arg1)
method_297(class_2960 arg0, Consumer<class_1799> arg1)
drop(Identifier arg0, Consumer<ItemStack> arg1)
func_216034_a(ResourceLocation arg0, Consumer<ItemStack> arg1)
public <T> T
c(cqq<T> arg0)
method_296(class_169<T> arg0)
get(LootContextParameter<T> arg0)
func_216031_c(LootParameter<T> arg0)
public boolean
a(cov arg0)
method_298(class_52 arg0)
addDrop(LootSupplier arg0)
func_186496_a(LootTable arg0)
public void
b(cov arg0)
method_295(class_52 arg0)
removeDrop(LootSupplier arg0)
func_186490_b(LootTable arg0)
public LootManager
a()
method_301()
getLootManager()
func_186497_e()
public Random
b()
method_294()
getRandom()
func_216032_b()
public float
c()
method_302()
getLuck()
func_186491_f()
public ServerWorld
d()
method_299()
getWorld()
func_202879_g()