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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.loot.entry declared as EntryCombinerModifier and TypeFieldDescriptionstatic final EntryCombinerEntryCombiner.ALWAYS_FALSEstatic final EntryCombinerEntryCombiner.ALWAYS_TRUEprivate final EntryCombinerCombinedEntry.predicateMethods in net.minecraft.loot.entry that return EntryCombinerModifier and TypeMethodDescriptiondefault EntryCombinerEntryCombiner.and(EntryCombiner other) protected EntryCombinerAlternativeEntry.combine(List<? extends EntryCombiner> terms) protected abstract EntryCombinerCombinedEntry.combine(List<? extends EntryCombiner> terms) protected EntryCombinerGroupEntry.combine(List<? extends EntryCombiner> terms) protected EntryCombinerSequenceEntry.combine(List<? extends EntryCombiner> terms) default EntryCombinerEntryCombiner.or(EntryCombiner other) Methods in net.minecraft.loot.entry with parameters of type EntryCombinerModifier and TypeMethodDescriptiondefault EntryCombinerEntryCombiner.and(EntryCombiner other) default EntryCombinerEntryCombiner.or(EntryCombiner other) Method parameters in net.minecraft.loot.entry with type arguments of type EntryCombinerModifier and TypeMethodDescriptionprotected EntryCombinerAlternativeEntry.combine(List<? extends EntryCombiner> terms) protected abstract EntryCombinerCombinedEntry.combine(List<? extends EntryCombiner> terms) protected EntryCombinerGroupEntry.combine(List<? extends EntryCombiner> terms) protected EntryCombinerSequenceEntry.combine(List<? extends EntryCombiner> terms)