Class CommonClass

java.lang.Object
com.hrznstudio.emojiful.CommonClass

public class CommonClass extends Object
  • Constructor Details

    • CommonClass

      public CommonClass()
  • Method Details

    • readStringFromURL

      public static String readStringFromURL(String requestURL)
    • readJsonFromUrl

      public static com.google.gson.JsonElement readJsonFromUrl(String url)
    • main

      public static void main(String[] s) throws IOException
      Throws:
      IOException
    • copy

      public static void copy(String category, File sourceFile, HashMap<String,List<CommonClass.YamlEmoji>> emojis, Emoji emoji)
    • readCategory

      public static List<Emoji> readCategory(String cat) throws com.esotericsoftware.yamlbeans.YamlException
      Throws:
      com.esotericsoftware.yamlbeans.YamlException
    • cleanURL

      public static String cleanURL(String string)
    • onRecipesUpdated

      public static void onRecipesUpdated(net.minecraft.world.item.crafting.RecipeManager manager)
    • shouldKeyBeIgnored

      public static boolean shouldKeyBeIgnored(int keyCode)