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. entriesFields in net.minecraft.loot with type parameters of type LootPoolEntry Modifier and Type Field Description private List<LootPoolEntry>LootPool.Builder. entriesConstructors 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 classLootPoolEntry.Serializer<T extends LootPoolEntry>Subclasses of LootPoolEntry in net.minecraft.loot.entry Modifier and Type Class Description classAlternativeEntryclassCombinedEntryclassDynamicEntryclassEmptyEntryclassGroupEntryclassItemEntryclassLeafEntryclassLootTableEntryclassSequenceEntryclassTagEntryFields in net.minecraft.loot.entry declared as LootPoolEntry Modifier and Type Field Description protected LootPoolEntry[]CombinedEntry. childrenFields in net.minecraft.loot.entry with type parameters of type LootPoolEntry Modifier and Type Field Description private List<LootPoolEntry>AlternativeEntry.Builder. childrenprivate List<LootPoolEntry>GroupEntry.Builder. entriesprivate List<LootPoolEntry>SequenceEntry.Builder. entriesMethods in net.minecraft.loot.entry that return LootPoolEntry Modifier and Type Method Description LootPoolEntryAlternativeEntry.Builder. build()LootPoolEntryGroupEntry.Builder. build()LootPoolEntryLeafEntry.BasicBuilder. build()abstract LootPoolEntryLootPoolEntry.Builder. build()LootPoolEntrySequenceEntry.Builder. build()Methods in net.minecraft.loot.entry with parameters of type LootPoolEntry Modifier and Type Method Description TCombinedEntry.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 LootPoolEntryTypeLootPoolEntryTypes. 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. entriesprivate List<LootPoolEntry>SetContentsLootFunction. entriesConstructor parameters in net.minecraft.loot.function with type arguments of type LootPoolEntry Constructor Description SetContentsLootFunction(LootCondition[] conditions, List<LootPoolEntry> entries)