public static class TrueCondition.Serializer extends java.lang.Object implements IConditionSerializer<TrueCondition>
| Modifier and Type | Field and Description |
|---|---|
static TrueCondition.Serializer |
INSTANCE |
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocation |
getID() |
TrueCondition |
read(com.google.gson.JsonObject json) |
void |
write(com.google.gson.JsonObject json,
TrueCondition value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJsonpublic static final TrueCondition.Serializer INSTANCE
public void write(com.google.gson.JsonObject json,
TrueCondition value)
write in interface IConditionSerializer<TrueCondition>public TrueCondition read(com.google.gson.JsonObject json)
read in interface IConditionSerializer<TrueCondition>public ResourceLocation getID()
getID in interface IConditionSerializer<TrueCondition>