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