public abstract static class ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>> extends Object implements LootFunction.Builder, LootConditionConsumingBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
private List<class_5341> |
conditionList |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
conditionally(class_5341.Builder builder) |
protected class_5341[] |
getConditions() |
T |
getThis() |
protected abstract T |
getThisBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprivate final List<class_5341> conditionList
public T conditionally(class_5341.Builder builder)
conditionally in interface LootConditionConsumingBuilder<T extends ConditionalLootFunction.Builder<T>>public final T getThis()
getThis in interface LootConditionConsumingBuilder<T extends ConditionalLootFunction.Builder<T>>protected abstract T getThisBuilder()
protected class_5341[] getConditions()