Class JsonDeserializers
java.lang.Object
org.cyclops.integrateddynamics.api.advancement.criterion.JsonDeserializers
Json deserializers.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IAspectdeserializeAspect(com.google.gson.JsonObject jsonObject) static IPartTypedeserializePartType(com.google.gson.JsonObject jsonObject) static ValuePredicatedeserializeValue(com.google.gson.JsonObject jsonObject, IValueType valueType) static IValueTypedeserializeValueType(com.google.gson.JsonObject jsonobject)
-
Method Details
-
deserializePartType
-
deserializeAspect
-
deserializeValueType
-
deserializeValue
@Nullable public static ValuePredicate deserializeValue(com.google.gson.JsonObject jsonObject, @Nullable IValueType valueType)
-