Interface LootPool
- All Known Implementing Classes:
LootPoolWrapper
public interface LootPool
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConditions(List<LootCondition> conditions) voidsetEntries(List<LootPoolEntry> entries) voidsetFunctions(List<LootFunction> functions)
-
Field Details
-
CODEC_PROVIDER
-
-
Method Details
-
getEntries
ArrayList<LootPoolEntry> getEntries() -
setEntries
-
getConditions
ArrayList<LootCondition> getConditions() -
setConditions
-
getFunctions
ArrayList<LootFunction> getFunctions() -
setFunctions
-