Package | Description |
---|---|
net.minecraft.world.storage.loot | |
net.minecraftforge.common | |
net.minecraftforge.event |
Modifier and Type | Field and Description |
---|---|
static LootTable |
LootTable.EMPTY_LOOT_TABLE |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<LootTable> |
LootContext.lootTables |
private com.google.common.cache.LoadingCache<ResourceLocation,LootTable> |
LootTableManager.registeredLootTables |
Modifier and Type | Method and Description |
---|---|
LootTable |
LootTable.Serializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
LootTable |
LootTableManager.getLootTableFromLocation(ResourceLocation ressources) |
LootTable |
LootTableManager.Loader.load(ResourceLocation p_load_1_) |
private LootTable |
LootTableManager.Loader.loadBuiltinLootTable(ResourceLocation resource) |
private LootTable |
LootTableManager.Loader.loadLootTable(ResourceLocation resource) |
Modifier and Type | Method and Description |
---|---|
boolean |
LootContext.addLootTable(LootTable lootTableIn) |
void |
LootContext.removeLootTable(LootTable lootTableIn) |
com.google.gson.JsonElement |
LootTable.Serializer.serialize(LootTable p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |
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 LootTable |
LootTableLoadEvent.table |
Modifier and Type | Method and Description |
---|---|
LootTable |
LootTableLoadEvent.getTable() |
static LootTable |
ForgeEventFactory.loadLootTable(ResourceLocation name,
LootTable table,
LootTableManager lootTableManager) |
Modifier and Type | Method and Description |
---|---|
static LootTable |
ForgeEventFactory.loadLootTable(ResourceLocation name,
LootTable table,
LootTableManager lootTableManager) |
void |
LootTableLoadEvent.setTable(LootTable table) |
Constructor and Description |
---|
LootTableLoadEvent(ResourceLocation name,
LootTable table,
LootTableManager lootTableManager) |