public class JsonUtils
extends Object 
- 
Nested Class SummaryNested Classes 
- 
Constructor SummaryConstructors 
- 
Method Summary
private static <E> com.google.common.reflect.TypeToken<List<E>>
  private static <E> com.google.common.reflect.TypeToken<Map<String,E>>
    
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
JsonUtilspublic JsonUtils() 
 
- 
Method Details
- 
listOfprivate static <E>
com.google.common.reflect.TypeToken<List<E>> listOf(Type arg) 
- 
readNBT@Nullable
public static CompoundNBT readNBT(com.google.gson.JsonObject json,
 String key) 
- 
mapOfprivate static <E>
com.google.common.reflect.TypeToken<Map<String,E>> mapOf(Type arg)