java.lang.Object
org.cyclops.integrateddynamics.api.advancement.criterion.JsonDeserializers

public class JsonDeserializers extends Object
Json deserializers.
  • Method Details

    • deserializePartType

      @Nullable public static IPartType deserializePartType(com.google.gson.JsonObject jsonObject)
    • deserializeAspect

      @Nullable public static IAspect deserializeAspect(com.google.gson.JsonObject jsonObject)
    • deserializeValueType

      @Nullable public static IValueType deserializeValueType(com.google.gson.JsonObject jsonobject)
    • deserializeValue

      @Nullable public static ValuePredicate deserializeValue(ValueDeseralizationContext valueDeseralizationContext, com.google.gson.JsonObject jsonObject, @Nullable IValueType valueType)