com.futuresight.util.mystique.Spell Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-mystique Show documentation
Show all versions of json-mystique Show documentation
Json Utility to transform Jsons
/*
* Copyright (c) Balajee TM 2016.
* All rights reserved.
* License - @see
*/
/*
* Created on 25 Aug, 2016 by balajeetm
*/
package com.futuresight.util.mystique;
import com.google.gson.JsonElement;
/**
* The Interface Spell.
*
* @author balajeetm
*/
public interface Spell {
/**
* Cast.
*
* @param mystique the mystique
* @return the json element
*/
JsonElement cast(MystTurn mystique);
}