Class PonderLocalization

java.lang.Object
com.simibubi.create.foundation.ponder.PonderLocalization

public class PonderLocalization extends Object
  • Field Details

  • Constructor Details

    • PonderLocalization

      public PonderLocalization()
  • Method Details

    • registerShared

      public static void registerShared(net.minecraft.resources.ResourceLocation key, String enUS)
    • registerTag

      public static void registerTag(net.minecraft.resources.ResourceLocation key, String enUS, String description)
    • registerChapter

      public static void registerChapter(net.minecraft.resources.ResourceLocation key, String enUS)
    • registerSpecific

      public static void registerSpecific(net.minecraft.resources.ResourceLocation sceneId, String key, String enUS)
    • getShared

      public static String getShared(net.minecraft.resources.ResourceLocation key)
    • getTag

      public static String getTag(net.minecraft.resources.ResourceLocation key)
    • getTagDescription

      public static String getTagDescription(net.minecraft.resources.ResourceLocation key)
    • getChapter

      public static String getChapter(net.minecraft.resources.ResourceLocation key)
    • getSpecific

      public static String getSpecific(net.minecraft.resources.ResourceLocation sceneId, String k)
    • record

      public static void record(String namespace, com.google.gson.JsonObject object)
    • generateSceneLang

      public static void generateSceneLang()
    • provideLangEntries

      public static com.google.gson.JsonObject provideLangEntries()
      Internal use only.
    • provideRegistrateLang

      public static void provideRegistrateLang(com.tterrag.registrate.AbstractRegistrate<?> registrate)
    • langKeyForShared

      protected static String langKeyForShared(net.minecraft.resources.ResourceLocation k)
    • langKeyForTag

      protected static String langKeyForTag(net.minecraft.resources.ResourceLocation k)
    • langKeyForTagDescription

      protected static String langKeyForTagDescription(net.minecraft.resources.ResourceLocation k)
    • langKeyForChapter

      protected static String langKeyForChapter(net.minecraft.resources.ResourceLocation k)
    • langKeyForSpecific

      protected static String langKeyForSpecific(net.minecraft.resources.ResourceLocation sceneId, String k)