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 final EntryCombiner
EntryCombiner.ALWAYS_FALSE
static final EntryCombiner
EntryCombiner.ALWAYS_TRUE
private final 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)