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.entries
private final List
<LootPoolEntry> LootPool.entries
Constructor 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.loot.entry with type parameters of type LootPoolEntryModifier and TypeFieldDescriptionprivate final ImmutableList.Builder
<LootPoolEntry> AlternativeEntry.Builder.children
protected final List
<LootPoolEntry> CombinedEntry.children
private final com.mojang.serialization.MapCodec
<? extends LootPoolEntry> LootPoolEntryType.codec
The field for thecodec
record component.static final com.mojang.serialization.Codec
<LootPoolEntry> LootPoolEntryTypes.CODEC
private final ImmutableList.Builder
<LootPoolEntry> GroupEntry.Builder.entries
private final ImmutableList.Builder
<LootPoolEntry> SequenceEntry.Builder.entries
Methods 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 LootPoolEntry
LootPoolEntry.Builder.build()
SequenceEntry.Builder.build()
Methods in net.minecraft.loot.entry that return types with arguments of type LootPoolEntryModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends LootPoolEntry> LootPoolEntryType.codec()
Returns the value of thecodec
record 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 LootPoolEntryType
LootPoolEntryTypes.register
(String id, com.mojang.serialization.MapCodec<? 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) protected
CombinedEntry
(List<LootPoolEntry> terms, List<LootCondition> conditions) (package private)
GroupEntry
(List<LootPoolEntry> terms, List<LootCondition> conditions) LootPoolEntryType
(com.mojang.serialization.MapCodec<? extends LootPoolEntry> mapCodec) (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.entries
private final List
<LootPoolEntry> SetContentsLootFunction.entries