Package net.minecraft.loot
Class AlternativesLootEntry
java.lang.Object
net.minecraft.loot.LootEntry
net.minecraft.loot.ParentedLootEntry
net.minecraft.loot.AlternativesLootEntry
- All Implemented Interfaces:
- ILootEntry
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.loot.ParentedLootEntryParentedLootEntry.IFactory<T extends ParentedLootEntry>Nested classes/interfaces inherited from class net.minecraft.loot.LootEntryLootEntry.Serializer<T extends LootEntry>
- 
Field SummaryFields inherited from class net.minecraft.loot.ParentedLootEntrychildrenFields inherited from class net.minecraft.loot.LootEntryconditionsFields inherited from interface net.minecraft.loot.ILootEntryALWAYS_FALSE, ALWAYS_TRUE
- 
Constructor SummaryConstructorsConstructorDescriptionAlternativesLootEntry(LootEntry[] p_i51263_1_, ILootCondition[] p_i51263_2_) 
- 
Method SummaryModifier and TypeMethodDescriptionalternatives(LootEntry.Builder<?>... p_216149_0_) protected ILootEntrycompose(ILootEntry[] p_216146_1_) getType()voidvalidate(ValidationTracker p_225579_1_) Methods inherited from class net.minecraft.loot.ParentedLootEntrycreateSerializer, expandMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.ILootEntryand, or
- 
Constructor Details- 
AlternativesLootEntryAlternativesLootEntry(LootEntry[] p_i51263_1_, ILootCondition[] p_i51263_2_) 
 
- 
- 
Method Details- 
getType
- 
compose- Specified by:
- composein class- ParentedLootEntry
 
- 
validate- Overrides:
- validatein class- ParentedLootEntry
 
- 
alternatives
 
-