Class AlternativesEntry
java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
net.minecraft.world.level.storage.loot.entries.AlternativesEntry
- All Implemented Interfaces:
ComposableEntryContainer
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
CompositeEntryBase.CompositeEntryConstructor<T extends CompositeEntryBase>Nested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
LootPoolEntryContainer.Serializer<T extends LootPoolEntryContainer> -
Field Summary
Fields inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
childrenFields inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
conditionsFields inherited from interface net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
ALWAYS_FALSE, ALWAYS_TRUE -
Constructor Summary
ConstructorsConstructorDescriptionAlternativesEntry(LootPoolEntryContainer[] p_79384_, LootItemCondition[] p_79385_) -
Method Summary
Modifier and TypeMethodDescriptionstatic AlternativesEntry.Builderalternatives(LootPoolEntryContainer.Builder<?>... p_79396_) protected ComposableEntryContainercompose(ComposableEntryContainer[] p_79390_) getType()voidvalidate(ValidationContext p_79388_) Methods inherited from class net.minecraft.world.level.storage.loot.entries.CompositeEntryBase
createSerializer, expandMethods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
canRunMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
and, or
-
Constructor Details
-
AlternativesEntry
AlternativesEntry(LootPoolEntryContainer[] p_79384_, LootItemCondition[] p_79385_)
-
-
Method Details
-
getType
- Specified by:
getTypein classLootPoolEntryContainer
-
compose
- Specified by:
composein classCompositeEntryBase
-
validate
- Overrides:
validatein classCompositeEntryBase
-
alternatives
-