Uses of Interface
net.minecraft.loot.entry.EntryCombiner
-
Uses of EntryCombiner in net.minecraft.loot.entry
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionstatic EntryCombiner
EntryCombiner.ALWAYS_FALSE
static EntryCombiner
EntryCombiner.ALWAYS_TRUE
private EntryCombiner
CombinedEntry.predicate
Modifier and TypeMethodDescriptiondefault EntryCombiner
EntryCombiner.and(EntryCombiner other)
protected EntryCombiner
AlternativeEntry.combine(EntryCombiner[] children)
protected abstract EntryCombiner
CombinedEntry.combine(EntryCombiner[] children)
protected EntryCombiner
GroupEntry.combine(EntryCombiner[] children)
protected EntryCombiner
SequenceEntry.combine(EntryCombiner[] children)
default EntryCombiner
EntryCombiner.or(EntryCombiner other)
Modifier and TypeMethodDescriptiondefault EntryCombiner
EntryCombiner.and(EntryCombiner other)
protected EntryCombiner
AlternativeEntry.combine(EntryCombiner[] children)
protected abstract EntryCombiner
CombinedEntry.combine(EntryCombiner[] children)
protected EntryCombiner
GroupEntry.combine(EntryCombiner[] children)
protected EntryCombiner
SequenceEntry.combine(EntryCombiner[] children)
default EntryCombiner
EntryCombiner.or(EntryCombiner other)