public static class AndCondition.Serializer extends java.lang.Object implements IConditionSerializer<AndCondition>
修飾子とタイプ | フィールドと説明 |
---|---|
static AndCondition.Serializer |
INSTANCE |
コンストラクタと説明 |
---|
Serializer() |
修飾子とタイプ | メソッドと説明 |
---|---|
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
インタフェース内 IConditionSerializer<AndCondition>
public AndCondition read(com.google.gson.JsonObject json)
read
インタフェース内 IConditionSerializer<AndCondition>
public ResourceLocation getID()
getID
インタフェース内 IConditionSerializer<AndCondition>