Uses of Class
net.minecraft.loot.LootEntry
Packages that use LootEntry
-
Uses of LootEntry in net.minecraft.loot
Classes in net.minecraft.loot with type parameters of type LootEntrySubclasses of LootEntry in net.minecraft.lootModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.loot declared as LootEntryFields in net.minecraft.loot with type parameters of type LootEntryModifier and TypeFieldDescriptionAlternativesLootEntry.Builder.entriesLootPool.Builder.entriesLootPool.entriesMethods in net.minecraft.loot that return LootEntryModifier and TypeMethodDescriptionAlternativesLootEntry.Builder.build()abstract LootEntryLootEntry.Builder.build()StandaloneLootEntry.BuilderImpl.build()Methods in net.minecraft.loot with parameters of type LootEntryModifier and TypeMethodDescriptionParentedLootEntry.IFactory.create(LootEntry[] p_create_1_, ILootCondition[] p_create_2_) Method parameters in net.minecraft.loot with type arguments of type LootEntryModifier and TypeMethodDescriptionprivate static LootPoolEntryTypeLootEntryManager.register(String p_237419_0_, ILootSerializer<? extends LootEntry> p_237419_1_) Constructors in net.minecraft.loot with parameters of type LootEntryModifierConstructorDescription(package private)AlternativesLootEntry(LootEntry[] p_i51263_1_, ILootCondition[] p_i51263_2_) (package private)GroupLootEntry(LootEntry[] p_i51257_1_, ILootCondition[] p_i51257_2_) privateLootPool(LootEntry[] p_i51268_1_, ILootCondition[] p_i51268_2_, ILootFunction[] p_i51268_3_, IRandomRange p_i51268_4_, RandomValueRange p_i51268_5_, String name) protectedParentedLootEntry(LootEntry[] p_i51262_1_, ILootCondition[] p_i51262_2_) (package private)SequenceLootEntry(LootEntry[] p_i51250_1_, ILootCondition[] p_i51250_2_) Constructor parameters in net.minecraft.loot with type arguments of type LootEntryModifierConstructorDescriptionLootPoolEntryType(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 LootEntryConstructor parameters in net.minecraft.loot.functions with type arguments of type LootEntryModifierConstructorDescriptionprivateSetContents(ILootCondition[] p_i51226_1_, List<LootEntry> p_i51226_2_) -
Uses of LootEntry in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type LootEntryModifier and TypeMethodDescriptionprivate booleanForgeLootTableProvider.findAndReplaceInLootEntry(LootEntry entry, Item from, ITag.INamedTag<Item> to)