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 EntryCombinerEntryCombiner.ALWAYS_FALSEstatic EntryCombinerEntryCombiner.ALWAYS_TRUEprivate EntryCombinerCombinedEntry.predicateMethods in net.minecraft.loot.entry that return EntryCombinerModifier and TypeMethodDescriptiondefault EntryCombinerEntryCombiner.and(EntryCombiner other)protected EntryCombinerAlternativeEntry.combine(EntryCombiner[] children)protected abstract EntryCombinerCombinedEntry.combine(EntryCombiner[] children)protected EntryCombinerGroupEntry.combine(EntryCombiner[] children)protected EntryCombinerSequenceEntry.combine(EntryCombiner[] children)default EntryCombinerEntryCombiner.or(EntryCombiner other)Methods in net.minecraft.loot.entry with parameters of type EntryCombinerModifier and TypeMethodDescriptiondefault EntryCombinerEntryCombiner.and(EntryCombiner other)protected EntryCombinerAlternativeEntry.combine(EntryCombiner[] children)protected abstract EntryCombinerCombinedEntry.combine(EntryCombiner[] children)protected EntryCombinerGroupEntry.combine(EntryCombiner[] children)protected EntryCombinerSequenceEntry.combine(EntryCombiner[] children)default EntryCombinerEntryCombiner.or(EntryCombiner other)