Interface LangRegistryAccess

All Known Implementing Classes:
PonderLocalization

public interface LangRegistryAccess
  • Method Summary

    Modifier and Type
    Method
    Description
    getShared(net.minecraft.resources.ResourceLocation key)
     
    getSpecific(net.minecraft.resources.ResourceLocation sceneId, String k)
     
    getTagDescription(net.minecraft.resources.ResourceLocation key)
     
    getTagName(net.minecraft.resources.ResourceLocation key)
     
    com.google.gson.JsonObject
    Generate a JsonObject holding all Lang-entries and their enUS default that was declared in code
  • Method Details

    • provideLangEntries

      com.google.gson.JsonObject provideLangEntries(String modID)
      Generate a JsonObject holding all Lang-entries and their enUS default that was declared in code
    • getShared

      String getShared(net.minecraft.resources.ResourceLocation key)
    • getTagName

      String getTagName(net.minecraft.resources.ResourceLocation key)
    • getTagDescription

      String getTagDescription(net.minecraft.resources.ResourceLocation key)
    • getSpecific

      String getSpecific(net.minecraft.resources.ResourceLocation sceneId, String k)