Uses of Class
net.minecraft.loot.LootEntry
-
Packages that use LootEntry Package Description net.minecraft.loot net.minecraft.loot.functions net.minecraftforge.common.data -
-
Uses of LootEntry in net.minecraft.loot
Classes in net.minecraft.loot with type parameters of type LootEntry Modifier and Type Class Description static class
LootEntry.Serializer<T extends LootEntry>
Subclasses of LootEntry in net.minecraft.loot Modifier and Type Class Description class
AlternativesLootEntry
class
DynamicLootEntry
class
EmptyLootEntry
class
GroupLootEntry
class
ItemLootEntry
class
ParentedLootEntry
class
SequenceLootEntry
class
StandaloneLootEntry
class
TableLootEntry
class
TagLootEntry
Fields in net.minecraft.loot declared as LootEntry Modifier and Type Field Description protected LootEntry[]
ParentedLootEntry. children
Fields in net.minecraft.loot with type parameters of type LootEntry Modifier and Type Field Description private java.util.List<LootEntry>
AlternativesLootEntry.Builder. entries
private java.util.List<LootEntry>
LootPool.Builder. entries
private java.util.List<LootEntry>
LootPool. entries
Methods in net.minecraft.loot that return LootEntry Modifier and Type Method Description LootEntry
AlternativesLootEntry.Builder. build()
abstract LootEntry
LootEntry.Builder. build()
LootEntry
StandaloneLootEntry.BuilderImpl. build()
Methods in net.minecraft.loot with parameters of type LootEntry Modifier and Type Method Description T
ParentedLootEntry.IFactory. create(LootEntry[] p_create_1_, ILootCondition[] p_create_2_)
Method parameters in net.minecraft.loot with type arguments of type LootEntry Modifier and Type Method Description private static LootPoolEntryType
LootEntryManager. register(java.lang.String p_237419_0_, ILootSerializer<? extends LootEntry> p_237419_1_)
Constructors in net.minecraft.loot with parameters of type LootEntry Constructor Description AlternativesLootEntry(LootEntry[] p_i51263_1_, ILootCondition[] p_i51263_2_)
GroupLootEntry(LootEntry[] p_i51257_1_, ILootCondition[] p_i51257_2_)
LootPool(LootEntry[] p_i51268_1_, ILootCondition[] p_i51268_2_, ILootFunction[] p_i51268_3_, IRandomRange p_i51268_4_, RandomValueRange p_i51268_5_, java.lang.String name)
ParentedLootEntry(LootEntry[] p_i51262_1_, ILootCondition[] p_i51262_2_)
SequenceLootEntry(LootEntry[] p_i51250_1_, ILootCondition[] p_i51250_2_)
Constructor parameters in net.minecraft.loot with type arguments of type LootEntry Constructor Description LootPoolEntryType(ILootSerializer<? extends LootEntry> p_i232168_1_)
-
Uses of LootEntry in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions with type parameters of type LootEntry Modifier and Type Field Description private java.util.List<LootEntry>
SetContents.Builder. entries
private java.util.List<LootEntry>
SetContents. entries
Constructor parameters in net.minecraft.loot.functions with type arguments of type LootEntry Constructor Description SetContents(ILootCondition[] p_i51226_1_, java.util.List<LootEntry> p_i51226_2_)
-
Uses of LootEntry in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type LootEntry Modifier and Type Method Description private boolean
ForgeLootTableProvider. findAndReplaceInLootEntry(LootEntry entry, Item from, ITag.INamedTag<Item> to)
-