Uses of Interface
net.minecraft.loot.entry.EntryCombiner
Packages that use EntryCombiner
-
Uses of EntryCombiner in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry that implement EntryCombinerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.loot.entry declared as EntryCombinerModifier and TypeFieldDescriptionstatic EntryCombiner
EntryCombiner.ALWAYS_FALSE
static EntryCombiner
EntryCombiner.ALWAYS_TRUE
private EntryCombiner
CombinedEntry.predicate
Methods in net.minecraft.loot.entry that return EntryCombinerModifier 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)
Methods in net.minecraft.loot.entry with parameters of type EntryCombinerModifier 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)