public static class Alternative.Builder extends java.lang.Object implements ILootCondition.IBuilder
Modifier and Type | Field and Description |
---|---|
private java.util.List<ILootCondition> |
conditions |
Constructor and Description |
---|
Builder(ILootCondition.IBuilder... buildersIn) |
Modifier and Type | Method and Description |
---|---|
Alternative.Builder |
alternative(ILootCondition.IBuilder builderIn) |
ILootCondition |
build() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
inverted
private final java.util.List<ILootCondition> conditions
public Builder(ILootCondition.IBuilder... buildersIn)
public Alternative.Builder alternative(ILootCondition.IBuilder builderIn)
alternative
in interface ILootCondition.IBuilder
public ILootCondition build()
build
in interface ILootCondition.IBuilder