Uses of Class
net.minecraft.loot.LootEntry
-
Uses of LootEntry in net.minecraft.loot
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionAlternativesLootEntry.Builder.entries
LootPool.Builder.entries
LootPool.entries
Modifier and TypeMethodDescriptionAlternativesLootEntry.Builder.build()
abstract LootEntry
LootEntry.Builder.build()
StandaloneLootEntry.BuilderImpl.build()
Modifier and TypeMethodDescriptionParentedLootEntry.IFactory.create
(LootEntry[] p_create_1_, ILootCondition[] p_create_2_) Modifier and TypeMethodDescriptionprivate static LootPoolEntryType
LootEntryManager.register
(String p_237419_0_, ILootSerializer<? extends LootEntry> p_237419_1_) ModifierConstructorDescription(package private)
AlternativesLootEntry
(LootEntry[] p_i51263_1_, ILootCondition[] p_i51263_2_) (package private)
GroupLootEntry
(LootEntry[] p_i51257_1_, ILootCondition[] p_i51257_2_) private
LootPool
(LootEntry[] p_i51268_1_, ILootCondition[] p_i51268_2_, ILootFunction[] p_i51268_3_, IRandomRange p_i51268_4_, RandomValueRange p_i51268_5_, String name) protected
ParentedLootEntry
(LootEntry[] p_i51262_1_, ILootCondition[] p_i51262_2_) (package private)
SequenceLootEntry
(LootEntry[] p_i51250_1_, ILootCondition[] p_i51250_2_) ModifierConstructorDescriptionLootPoolEntryType
(ILootSerializer<? extends LootEntry> p_i232168_1_) -
Uses of LootEntry in net.minecraft.loot.functions
ModifierConstructorDescriptionprivate
SetContents
(ILootCondition[] p_i51226_1_, List<LootEntry> p_i51226_2_) -
Uses of LootEntry in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprivate boolean
ForgeLootTableProvider.findAndReplaceInLootEntry
(LootEntry entry, Item from, ITag.INamedTag<Item> to)