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 class
AlternativeEntry
class
CombinedEntry
class
DynamicEntry
class
EmptyEntry
class
GroupEntry
class
ItemEntry
class
LeafEntry
class
LootPoolEntry
class
LootTableEntry
class
SequenceEntry
class
TagEntry
Fields in net.minecraft.loot.entry declared as EntryCombiner Modifier and Type Field Description static EntryCombiner
EntryCombiner. ALWAYS_FALSE
static EntryCombiner
EntryCombiner. ALWAYS_TRUE
private EntryCombiner
CombinedEntry. predicate
Methods in net.minecraft.loot.entry that return EntryCombiner Modifier and Type Method Description default 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 EntryCombiner Modifier and Type Method Description default 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)