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