public class GroupEntry extends CombinedEntry
CombinedEntry.Factory<T extends CombinedEntry>
LootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>, LootPoolEntry.Serializer<T extends LootPoolEntry>
children
conditions
ALWAYS_FALSE, ALWAYS_TRUE
Constructor and Description |
---|
GroupEntry(LootPoolEntry[] children,
LootCondition[] conditions) |
Modifier and Type | Method and Description |
---|---|
protected EntryCombiner |
combine(EntryCombiner[] children) |
LootPoolEntryType |
getType() |
createSerializer, expand, validate
test
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, or
GroupEntry(LootPoolEntry[] children, LootCondition[] conditions)
public LootPoolEntryType getType()
getType
in class LootPoolEntry
protected EntryCombiner combine(EntryCombiner[] children)
combine
in class CombinedEntry