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 final EntryCombiner
EntryCombiner.ALWAYS_FALSE
static final EntryCombiner
EntryCombiner.ALWAYS_TRUE
private final EntryCombiner
CombinedEntry.predicate
Methods in net.minecraft.loot.entry that return EntryCombinerModifier and TypeMethodDescriptiondefault EntryCombiner
EntryCombiner.and
(EntryCombiner other) protected EntryCombiner
AlternativeEntry.combine
(List<? extends EntryCombiner> terms) protected abstract EntryCombiner
CombinedEntry.combine
(List<? extends EntryCombiner> terms) protected EntryCombiner
GroupEntry.combine
(List<? extends EntryCombiner> terms) protected EntryCombiner
SequenceEntry.combine
(List<? extends EntryCombiner> terms) default EntryCombiner
EntryCombiner.or
(EntryCombiner other) Methods in net.minecraft.loot.entry with parameters of type EntryCombinerModifier and TypeMethodDescriptiondefault EntryCombiner
EntryCombiner.and
(EntryCombiner other) default EntryCombiner
EntryCombiner.or
(EntryCombiner other) Method parameters in net.minecraft.loot.entry with type arguments of type EntryCombinerModifier and TypeMethodDescriptionprotected EntryCombiner
AlternativeEntry.combine
(List<? extends EntryCombiner> terms) protected abstract EntryCombiner
CombinedEntry.combine
(List<? extends EntryCombiner> terms) protected EntryCombiner
GroupEntry.combine
(List<? extends EntryCombiner> terms) protected EntryCombiner
SequenceEntry.combine
(List<? extends EntryCombiner> terms)