public class NotCondition extends java.lang.Object implements ICondition
| Modifier and Type | Class and Description |
|---|---|
static class |
NotCondition.Serializer |
| Constructor and Description |
|---|
NotCondition(ICondition child) |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocation |
getID() |
boolean |
test() |
java.lang.String |
toString() |
public NotCondition(ICondition child)
public ResourceLocation getID()
getID in interface IConditionpublic boolean test()
test in interface IConditionpublic java.lang.String toString()
toString in class java.lang.Object