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