Package | Description |
---|---|
net.minecraft.world.storage.loot | |
net.minecraftforge.common.data |
Modifier and Type | Field and Description |
---|---|
private java.util.List<LootPool> |
LootTable.Builder.lootPools |
private java.util.List<LootPool> |
LootTable.pools |
Modifier and Type | Method and Description |
---|---|
LootPool |
LootPool.Builder.build() |
LootPool |
LootPool.Serializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
LootPool |
LootTable.getPool(java.lang.String name) |
LootPool |
LootTable.removePool(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
LootTable.addPool(LootPool pool) |
com.google.gson.JsonElement |
LootPool.Serializer.serialize(LootPool p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |
Constructor and Description |
---|
LootTable(LootParameterSet p_i51265_1_,
LootPool[] p_i51265_2_,
ILootFunction[] p_i51265_3_) |
Modifier and Type | Method and Description |
---|---|
private boolean |
ForgeLootTableProvider.findAndReplaceInLootPool(LootPool lootPool,
Item from,
Tag<Item> to) |