Class GsonLoader

java.lang.Object
one.tranic.t.i18n.loader.GsonLoader
All Implemented Interfaces:
I18n

public class GsonLoader extends Object implements I18n
Example Json:

 {
     "goldpiglin.test1": "Goldpiglin test",
     "goldpiglin.boost": "boost test",
     "goldpiglin.boost.xyz": "Goldpiglin xyzzz"
 }
 
  • Constructor Details

    • GsonLoader

      public GsonLoader()
  • Method Details