Uses of Class
net.minecraft.loot.entry.LootPoolEntry
Package | Description |
---|---|
net.minecraft.loot | |
net.minecraft.loot.entry | |
net.minecraft.loot.function |
-
Uses of LootPoolEntry in net.minecraft.loot
Fields in net.minecraft.loot declared as LootPoolEntry Modifier and Type Field Description private LootPoolEntry[]
LootPool. entries
Fields in net.minecraft.loot with type parameters of type LootPoolEntry Modifier and Type Field Description private List<LootPoolEntry>
LootPool.Builder. entries
Constructors in net.minecraft.loot with parameters of type LootPoolEntry Constructor Description LootPool(LootPoolEntry[] entries, LootCondition[] conditions, LootFunction[] functions, LootNumberProvider rolls, LootNumberProvider bonusRolls)
-
Uses of LootPoolEntry in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry with type parameters of type LootPoolEntry Modifier and Type Class Description static class
LootPoolEntry.Serializer<T extends LootPoolEntry>
Subclasses of LootPoolEntry in net.minecraft.loot.entry Modifier and Type Class Description class
AlternativeEntry
class
CombinedEntry
class
DynamicEntry
class
EmptyEntry
class
GroupEntry
class
ItemEntry
class
LeafEntry
class
LootTableEntry
class
SequenceEntry
class
TagEntry
Fields in net.minecraft.loot.entry declared as LootPoolEntry Modifier and Type Field Description protected LootPoolEntry[]
CombinedEntry. children
Fields in net.minecraft.loot.entry with type parameters of type LootPoolEntry Modifier and Type Field Description private List<LootPoolEntry>
AlternativeEntry.Builder. children
private List<LootPoolEntry>
SequenceEntry.class_6152. field_31846
private List<LootPoolEntry>
GroupEntry.class_6153. field_31849
Methods in net.minecraft.loot.entry that return LootPoolEntry Modifier and Type Method Description LootPoolEntry
AlternativeEntry.Builder. build()
LootPoolEntry
GroupEntry.class_6153. build()
LootPoolEntry
LeafEntry.BasicBuilder. build()
abstract LootPoolEntry
LootPoolEntry.Builder. build()
LootPoolEntry
SequenceEntry.class_6152. build()
Methods in net.minecraft.loot.entry with parameters of type LootPoolEntry Modifier and Type Method Description T
CombinedEntry.Factory. create(LootPoolEntry[] children, LootCondition[] conditions)
Method parameters in net.minecraft.loot.entry with type arguments of type LootPoolEntry Modifier and Type Method Description private static LootPoolEntryType
LootPoolEntryTypes. register(String id, JsonSerializer<? extends LootPoolEntry> jsonSerializer)
Constructors in net.minecraft.loot.entry with parameters of type LootPoolEntry Constructor Description AlternativeEntry(LootPoolEntry[] children, LootCondition[] conditions)
CombinedEntry(LootPoolEntry[] children, LootCondition[] conditions)
GroupEntry(LootPoolEntry[] children, LootCondition[] conditions)
SequenceEntry(LootPoolEntry[] children, LootCondition[] conditions)
Constructor parameters in net.minecraft.loot.entry with type arguments of type LootPoolEntry Constructor Description LootPoolEntryType(JsonSerializer<? extends LootPoolEntry> jsonSerializer)
-
Uses of LootPoolEntry in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type LootPoolEntry Modifier and Type Field Description private List<LootPoolEntry>
SetContentsLootFunction.Builer. entries
private List<LootPoolEntry>
SetContentsLootFunction. entries
Constructor parameters in net.minecraft.loot.function with type arguments of type LootPoolEntry Constructor Description SetContentsLootFunction(LootCondition[] conditions, List<LootPoolEntry> entries)