Class EntryGroup.Builder
java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Builder<EntryGroup.Builder>
net.minecraft.world.level.storage.loot.entries.EntryGroup.Builder
- All Implemented Interfaces:
 ConditionUserBuilder<EntryGroup.Builder>
- Enclosing class:
 - EntryGroup
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<LootPoolEntryContainer> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionappend(LootPoolEntryContainer.Builder<?> p_165145_) build()protected EntryGroup.BuildergetThis()Methods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Builder
getConditions, otherwise, then, unwrap, whenMethods 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.predicates.ConditionUserBuilder
when 
- 
Field Details
- 
entries
 
 - 
 - 
Constructor Details
- 
Builder
 
 - 
 - 
Method Details
- 
getThis
- Specified by:
 getThisin classLootPoolEntryContainer.Builder<EntryGroup.Builder>
 - 
append
- Overrides:
 appendin classLootPoolEntryContainer.Builder<EntryGroup.Builder>
 - 
build
- Specified by:
 buildin classLootPoolEntryContainer.Builder<EntryGroup.Builder>
 
 -