Package net.minecraft.loot.entry
Class LootPoolEntry
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry
- All Implemented Interfaces:
EntryCombiner
- Direct Known Subclasses:
CombinedEntry,LeafEntry
public abstract class LootPoolEntry extends Object implements EntryCombiner
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>static classLootPoolEntry.Serializer<T extends LootPoolEntry> -
Field Summary
Fields Modifier and Type Field Description private Predicate<LootContext>conditionPredicateprotected LootCondition[]conditions -
Constructor Summary
Constructors Modifier Constructor Description protectedLootPoolEntry(LootCondition[] conditions) -
Method Summary
Modifier and Type Method Description abstract LootPoolEntryTypegetType()protected booleantest(LootContext context)voidvalidate(LootTableReporter reporter)