Interface PlatformMain
- All Known Implementing Classes:
ModdedPlatformMain
public interface PlatformMain
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteSorted(com.google.gson.stream.JsonWriter jsonWriter, com.google.gson.JsonElement json) voidwriteSortedImpl(com.google.gson.stream.JsonWriter jsonWriter, com.google.gson.JsonElement json)
-
Field Details
-
INSTANCE
-
-
Method Details
-
writeSorted
static void writeSorted(com.google.gson.stream.JsonWriter jsonWriter, com.google.gson.JsonElement json) throws IOException - Throws:
IOException
-
writeSortedImpl
void writeSortedImpl(com.google.gson.stream.JsonWriter jsonWriter, com.google.gson.JsonElement json) throws IOException - Throws:
IOException
-