base mod created
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.minecraft.util;
|
||||
|
||||
import com.google.gson.JsonElement;
|
||||
|
||||
public interface IJsonSerializable
|
||||
{
|
||||
void fromJson(JsonElement json);
|
||||
|
||||
/**
|
||||
* Gets the JsonElement that can be serialized.
|
||||
*/
|
||||
JsonElement getSerializableElement();
|
||||
}
|
||||
Reference in New Issue
Block a user