net.minecraft.loot.entry

public abstract class LootPoolEntry$Builder<T extends LootPoolEntry$Builder<T>>

implements LootConditionConsumingBuilder<T>

net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Builder
net.minecraft.class_79$class_80
net.minecraft.loot.entry.LootPoolEntry$Builder

Field summary

Modifier and TypeField
private final com.google.common.collect.ImmutableList$Builder<LootCondition>
conditions
field_990
conditions

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected abstract T
getThis()
method_418()
getThisBuilder()
public T
when(LootItemCondition$Builder condition)
method_840(class_5341$class_210 arg0)
conditionally(LootCondition$Builder arg0)
public final T
unwrap()
method_512()
getThisConditionConsumingBuilder()
protected List<LootCondition>
getConditions()
method_420()
getConditions()
public AlternativeEntry$Builder
otherwise(LootPoolEntryContainer$Builder<?> other)
method_417(class_79$class_80<?> arg0)
alternatively(LootPoolEntry$Builder<?> builder)
public GroupEntry$Builder
append(LootPoolEntryContainer$Builder<?> other)
method_35513(class_79$class_80<?> arg0)
groupEntry(LootPoolEntry$Builder<?> entry)
public SequenceEntry$Builder
then(LootPoolEntryContainer$Builder<?> other)
method_35514(class_79$class_80<?> arg0)
sequenceEntry(LootPoolEntry$Builder<?> entry)
public abstract LootPoolEntry
build()
method_419()
build()
public LootConditionConsumingBuilder
unwrap()
method_512()
getThisConditionConsumingBuilder()
public LootConditionConsumingBuilder
when(LootItemCondition$Builder condition)
method_840(class_5341$class_210 arg0)
conditionally(LootCondition$Builder arg0)