Class CustomNBTUtils

java.lang.Object
com.loohp.limbo.utils.CustomNBTUtils

public class CustomNBTUtils extends Object
  • Constructor Details

    • CustomNBTUtils

      public CustomNBTUtils()
  • Method Details

    • getCompoundTagFromJson

      public static net.querz.nbt.tag.CompoundTag getCompoundTagFromJson(org.json.simple.JSONObject json)
    • getListTagFromJson

      public static net.querz.nbt.tag.ListTag<?> getListTagFromJson(org.json.simple.JSONArray json)