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 classLootEntry.Serializer<T extends LootEntry>Subclasses of LootEntry in net.minecraft.loot Modifier and Type Class Description classAlternativesLootEntryclassDynamicLootEntryclassEmptyLootEntryclassGroupLootEntryclassItemLootEntryclassParentedLootEntryclassSequenceLootEntryclassStandaloneLootEntryclassTableLootEntryclassTagLootEntryFields in net.minecraft.loot declared as LootEntry Modifier and Type Field Description protected LootEntry[]ParentedLootEntry. childrenFields in net.minecraft.loot with type parameters of type LootEntry Modifier and Type Field Description private java.util.List<LootEntry>AlternativesLootEntry.Builder. entriesprivate java.util.List<LootEntry>LootPool.Builder. entriesprivate java.util.List<LootEntry>LootPool. entriesMethods in net.minecraft.loot that return LootEntry Modifier and Type Method Description LootEntryAlternativesLootEntry.Builder. build()abstract LootEntryLootEntry.Builder. build()LootEntryStandaloneLootEntry.BuilderImpl. build()Methods in net.minecraft.loot with parameters of type LootEntry Modifier and Type Method Description TParentedLootEntry.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 LootPoolEntryTypeLootEntryManager. 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. entriesprivate java.util.List<LootEntry>SetContents. entriesConstructor 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 booleanForgeLootTableProvider. findAndReplaceInLootEntry(LootEntry entry, Item from, ITag.INamedTag<Item> to)
-