Uses of Interface
net.minecraft.loot.ILootEntry
-
Packages that use ILootEntry Package Description net.minecraft.loot -
-
Uses of ILootEntry in net.minecraft.loot
Classes in net.minecraft.loot that implement ILootEntry Modifier and Type Class Description class
AlternativesLootEntry
class
DynamicLootEntry
class
EmptyLootEntry
class
GroupLootEntry
class
ItemLootEntry
class
LootEntry
class
ParentedLootEntry
class
SequenceLootEntry
class
StandaloneLootEntry
class
TableLootEntry
class
TagLootEntry
Fields in net.minecraft.loot declared as ILootEntry Modifier and Type Field Description static ILootEntry
ILootEntry. ALWAYS_FALSE
static ILootEntry
ILootEntry. ALWAYS_TRUE
private ILootEntry
ParentedLootEntry. composedChildren
Methods in net.minecraft.loot that return ILootEntry Modifier and Type Method Description default ILootEntry
ILootEntry. and(ILootEntry p_216133_1_)
protected ILootEntry
AlternativesLootEntry. compose(ILootEntry[] p_216146_1_)
protected ILootEntry
GroupLootEntry. compose(ILootEntry[] p_216146_1_)
protected abstract ILootEntry
ParentedLootEntry. compose(ILootEntry[] p_216146_1_)
protected ILootEntry
SequenceLootEntry. compose(ILootEntry[] p_216146_1_)
default ILootEntry
ILootEntry. or(ILootEntry p_216135_1_)
Methods in net.minecraft.loot with parameters of type ILootEntry Modifier and Type Method Description default ILootEntry
ILootEntry. and(ILootEntry p_216133_1_)
protected ILootEntry
AlternativesLootEntry. compose(ILootEntry[] p_216146_1_)
protected ILootEntry
GroupLootEntry. compose(ILootEntry[] p_216146_1_)
protected abstract ILootEntry
ParentedLootEntry. compose(ILootEntry[] p_216146_1_)
protected ILootEntry
SequenceLootEntry. compose(ILootEntry[] p_216146_1_)
default ILootEntry
ILootEntry. or(ILootEntry p_216135_1_)
-