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