public class AndCondition extends java.lang.Object implements ICondition
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AndCondition.Serializer  | 
| Modifier and Type | Field and Description | 
|---|---|
private ICondition[] | 
children  | 
private static ResourceLocation | 
NAME  | 
| Constructor and Description | 
|---|
AndCondition(ICondition... values)  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceLocation | 
getID()  | 
boolean | 
test()  | 
java.lang.String | 
toString()  | 
private static final ResourceLocation NAME
private final ICondition[] children
public AndCondition(ICondition... values)
public ResourceLocation getID()
getID in interface IConditionpublic boolean test()
test in interface IConditionpublic java.lang.String toString()
toString in class java.lang.Object