Package | Description |
---|---|
net.minecraft.world.storage.loot |
Modifier and Type | Field and Description |
---|---|
private java.util.List<LootPool> |
LootTable.pools |
Modifier and Type | Method and Description |
---|---|
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(LootPool[] poolsIn) |