Package | Description |
---|---|
net.minecraft.world | |
net.minecraft.world.storage.loot | |
net.minecraftforge.common | |
net.minecraftforge.event |
Modifier and Type | Field and Description |
---|---|
protected LootTableManager |
World.lootTable |
Modifier and Type | Method and Description |
---|---|
LootTableManager |
World.getLootTableManager() |
Modifier and Type | Field and Description |
---|---|
private LootTableManager |
LootContext.lootTableManager |
Modifier and Type | Method and Description |
---|---|
LootTableManager |
LootContext.getLootTableManager() |
Constructor and Description |
---|
LootContext(float luckIn,
WorldServer worldIn,
LootTableManager lootTableManagerIn,
Entity lootedEntityIn,
EntityPlayer playerIn,
DamageSource damageSourceIn) |
Modifier and Type | Method and Description |
---|---|
static LootTable |
ForgeHooks.loadLootTable(com.google.gson.Gson gson,
ResourceLocation name,
java.lang.String data,
boolean custom,
LootTableManager lootTableManager) |
Modifier and Type | Field and Description |
---|---|
private LootTableManager |
LootTableLoadEvent.lootTableManager |
Modifier and Type | Method and Description |
---|---|
LootTableManager |
LootTableLoadEvent.getLootTableManager() |
Modifier and Type | Method and Description |
---|---|
static LootTable |
ForgeEventFactory.loadLootTable(ResourceLocation name,
LootTable table,
LootTableManager lootTableManager) |
Constructor and Description |
---|
LootTableLoadEvent(ResourceLocation name,
LootTable table,
LootTableManager lootTableManager) |