net.minecraft.world.gen.loot

public class LootContext

ccg
net.minecraft.unmapped.C_80158377
net.minecraft.world.gen.loot.LootContext
net.minecraft.world.storage.loot.LootContext

Field summary

Modifier and TypeField
private final float
a
f_58715814
luck
field_186498_a
private final ServerWorld
b
f_04952398
world
field_186499_b
private final LootTables
c
f_82425624
lootTables
field_186500_c
private final Entity
d
f_07951575
thisEntity
field_186501_d
private final PlayerEntity
e
f_98153601
killerPlayer
field_186502_e
private final DamageSource
f
f_62067217
damageSource
field_186503_f
private final BlockPos
g
f_30964539
pos
field_204316_g
private final Set<LootTable>
h
f_76273848
visitedLootTables
field_186504_g

Constructor summary

ModifierConstructor
public (float luck, ServerWorld world, LootTables lootTables, Entity thisEntity, PlayerEntity killerPlayer, DamageSource damageSource, BlockPos pos)

Method summary

Modifier and TypeMethod
public Entity
a()
m_22462078()
getThis()
func_186493_a()
public Entity
b()
m_92656068()
getKillerPlayer()
func_186495_b()
public Entity
c()
m_95554115()
getKiller()
func_186492_c()
public BlockPos
e()
m_87868206()
getPosition()
func_204315_e()
public boolean
a(ccf arg0)
m_27030576(C_87749227 arg0)
addVisitedLootTable(LootTable lootTable)
func_186496_a(LootTable arg0)
public void
b(ccf arg0)
m_15886489(C_87749227 arg0)
removeVisitedLootTable(LootTable lootTable)
func_186490_b(LootTable arg0)
public LootTables
f()
m_47285728()
getLootTables()
func_186497_e()
public float
g()
m_47798800()
getLuck()
func_186491_f()
public ServerWorld
h()
m_65081267()
getWorld()
func_202879_g()
public Entity
a(ccg$b arg0)
m_67932249(C_80158377$C_07365078 arg0)
getTarget(LootContext$EntityTarget target)
func_186494_a(LootContext$EntityTarget arg0)