Uses of Interface
net.minecraft.loot.entry.EntryCombiner
| Package | Description |
|---|---|
| net.minecraft.loot.entry |
-
Uses of EntryCombiner in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry that implement EntryCombiner Modifier and Type Class Description classAlternativeEntryclassCombinedEntryclassDynamicEntryclassEmptyEntryclassGroupEntryclassItemEntryclassLeafEntryclassLootPoolEntryclassLootTableEntryclassSequenceEntryclassTagEntryFields in net.minecraft.loot.entry declared as EntryCombiner Modifier and Type Field Description static EntryCombinerEntryCombiner. ALWAYS_FALSEstatic EntryCombinerEntryCombiner. ALWAYS_TRUEprivate EntryCombinerCombinedEntry. predicateMethods in net.minecraft.loot.entry that return EntryCombiner Modifier and Type Method Description default 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 EntryCombiner Modifier and Type Method Description default 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)