Uses of Class
net.minecraft.loot.entry.LootPoolEntry
Packages that use LootPoolEntry
-
Uses of LootPoolEntry in net.minecraft.loot
Fields in net.minecraft.loot with type parameters of type LootPoolEntryModifier and TypeFieldDescriptionprivate final ImmutableList.Builder<LootPoolEntry>LootPool.Builder.entriesprivate final List<LootPoolEntry>LootPool.entriesConstructor parameters in net.minecraft.loot with type arguments of type LootPoolEntryModifierConstructorDescription(package private)LootPool(List<LootPoolEntry> entries, List<LootCondition> conditions, List<LootFunction> functions, LootNumberProvider rolls, LootNumberProvider bonusRolls) -
Uses of LootPoolEntry in net.minecraft.loot.entry
Subclasses of LootPoolEntry in net.minecraft.loot.entryModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.loot.entry with type parameters of type LootPoolEntryModifier and TypeFieldDescriptionprivate final ImmutableList.Builder<LootPoolEntry>AlternativeEntry.Builder.childrenprotected final List<LootPoolEntry>CombinedEntry.childrenprivate final com.mojang.serialization.Codec<? extends LootPoolEntry>LootPoolEntryType.codecThe field for thecodecrecord component.static final com.mojang.serialization.Codec<LootPoolEntry>LootPoolEntryTypes.CODECprivate final ImmutableList.Builder<LootPoolEntry>GroupEntry.Builder.entriesprivate final ImmutableList.Builder<LootPoolEntry>SequenceEntry.Builder.entriesMethods in net.minecraft.loot.entry with type parameters of type LootPoolEntryModifier and TypeMethodDescriptionprotected static <T extends LootPoolEntry>
com.mojang.datafixers.Products.P1<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<T>,List<LootCondition>> LootPoolEntry.addConditionsField(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<T> instance) Methods in net.minecraft.loot.entry that return LootPoolEntryModifier and TypeMethodDescriptionAlternativeEntry.Builder.build()GroupEntry.Builder.build()LeafEntry.BasicBuilder.build()abstract LootPoolEntryLootPoolEntry.Builder.build()SequenceEntry.Builder.build()Methods in net.minecraft.loot.entry that return types with arguments of type LootPoolEntryModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<? extends LootPoolEntry>LootPoolEntryType.codec()Returns the value of thecodecrecord component.Method parameters in net.minecraft.loot.entry with type arguments of type LootPoolEntryModifier and TypeMethodDescriptionCombinedEntry.Factory.create(List<LootPoolEntry> terms, List<LootCondition> conditions) private static LootPoolEntryTypeLootPoolEntryTypes.register(String id, com.mojang.serialization.Codec<? extends LootPoolEntry> codec) Constructor parameters in net.minecraft.loot.entry with type arguments of type LootPoolEntryModifierConstructorDescription(package private)AlternativeEntry(List<LootPoolEntry> terms, List<LootCondition> conditions) protectedCombinedEntry(List<LootPoolEntry> terms, List<LootCondition> conditions) (package private)GroupEntry(List<LootPoolEntry> terms, List<LootCondition> conditions) LootPoolEntryType(com.mojang.serialization.Codec<? extends LootPoolEntry> codec) Creates an instance of aLootPoolEntryTyperecord class.(package private)SequenceEntry(List<LootPoolEntry> terms, List<LootCondition> conditions) -
Uses of LootPoolEntry in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type LootPoolEntryModifier and TypeFieldDescriptionprivate final ImmutableList.Builder<LootPoolEntry>SetContentsLootFunction.Builder.entriesprivate final List<LootPoolEntry>SetContentsLootFunction.entries