Package | Description |
---|---|
net.minecraft.server | |
net.minecraftforge.common | |
net.minecraftforge.event |
Modifier and Type | Field and Description |
---|---|
private LootTableManager |
MinecraftServer.lootTableManager |
Modifier and Type | Method and Description |
---|---|
LootTableManager |
MinecraftServer.getLootTableManager() |
Modifier and Type | Method and Description |
---|---|
static LootTable |
ForgeHooks.loadLootTable(com.google.gson.Gson gson,
ResourceLocation name,
com.google.gson.JsonObject 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) |