Package net.minecraft.loot.entry
Class GroupEntry
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry
net.minecraft.loot.entry.CombinedEntry
net.minecraft.loot.entry.GroupEntry
- All Implemented Interfaces:
EntryCombiner
public class GroupEntry extends CombinedEntry
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.loot.entry.CombinedEntry
CombinedEntry.Factory<T extends CombinedEntry>Nested classes/interfaces inherited from class net.minecraft.loot.entry.LootPoolEntry
LootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>, LootPoolEntry.Serializer<T extends LootPoolEntry> -
Field Summary
-
Constructor Summary
Constructors Constructor Description GroupEntry(LootPoolEntry[] children, LootCondition[] conditions) -
Method Summary
Modifier and Type Method Description protected EntryCombinercombine(EntryCombiner[] children)LootPoolEntryTypegetType()Methods inherited from class net.minecraft.loot.entry.CombinedEntry
createSerializer, expand, validate
-
Constructor Details
-
GroupEntry
GroupEntry(LootPoolEntry[] children, LootCondition[] conditions)
-
-
Method Details
-
getType
- Specified by:
getTypein classLootPoolEntry
-
combine
- Specified by:
combinein classCombinedEntry
-