public static class FalseCondition.Serializer extends java.lang.Object implements IConditionSerializer<FalseCondition>
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static FalseCondition.Serializer | INSTANCE | 
| コンストラクタと説明 | 
|---|
| Serializer() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| ResourceLocation | getID() | 
| FalseCondition | read(com.google.gson.JsonObject json) | 
| void | write(com.google.gson.JsonObject json,
     FalseCondition value) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJsonpublic static final FalseCondition.Serializer INSTANCE
public void write(com.google.gson.JsonObject json,
                  FalseCondition value)
write インタフェース内 IConditionSerializer<FalseCondition>public FalseCondition read(com.google.gson.JsonObject json)
read インタフェース内 IConditionSerializer<FalseCondition>public ResourceLocation getID()
getID インタフェース内 IConditionSerializer<FalseCondition>