Package com.loohp.limbo.utils
Class CustomNBTUtils
java.lang.Object
com.loohp.limbo.utils.CustomNBTUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.querz.nbt.tag.CompoundTag
getCompoundTagFromJson
(org.json.simple.JSONObject json) static net.querz.nbt.tag.ListTag<?>
getListTagFromJson
(org.json.simple.JSONArray json)
-
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)
-