Package net.minecraft.loot
Class GroupLootEntry
- java.lang.Object
-
- net.minecraft.loot.LootEntry
-
- net.minecraft.loot.ParentedLootEntry
-
- net.minecraft.loot.GroupLootEntry
-
- All Implemented Interfaces:
ILootEntry
public class GroupLootEntry extends ParentedLootEntry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.loot.ParentedLootEntry
ParentedLootEntry.IFactory<T extends ParentedLootEntry>
-
Nested classes/interfaces inherited from class net.minecraft.loot.LootEntry
LootEntry.Builder<T extends LootEntry.Builder<T>>, LootEntry.Serializer<T extends LootEntry>
-
-
Field Summary
-
Fields inherited from class net.minecraft.loot.ParentedLootEntry
children
-
Fields inherited from class net.minecraft.loot.LootEntry
conditions
-
Fields inherited from interface net.minecraft.loot.ILootEntry
ALWAYS_FALSE, ALWAYS_TRUE
-
-
Constructor Summary
Constructors Constructor Description GroupLootEntry(LootEntry[] p_i51257_1_, ILootCondition[] p_i51257_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ILootEntry
compose(ILootEntry[] p_216146_1_)
LootPoolEntryType
getType()
-
Methods inherited from class net.minecraft.loot.ParentedLootEntry
createSerializer, expand, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.loot.ILootEntry
and, or
-
-
-
-
Constructor Detail
-
GroupLootEntry
GroupLootEntry(LootEntry[] p_i51257_1_, ILootCondition[] p_i51257_2_)
-
-
Method Detail
-
getType
public LootPoolEntryType getType()
-
compose
protected ILootEntry compose(ILootEntry[] p_216146_1_)
- Specified by:
compose
in classParentedLootEntry
-
-