Package com.saicone.rtag
package com.saicone.rtag
-
ClassDescriptionRtag class to edit CompoundTag & ListTag objects.
Uses a tree-like path format to find the required tag instead of creating multiple classes for deep-tags.An deserializer that converts anyMapof objects to assigned object type.RtagEditor abstract class who edit any object with CompoundTag inside.
Also provide methods to easy-edit object tags using aRtaginstance.RtagMirror class to convert objects.
By default, it's only compatible with regular Java objects like String, Short, Integer, Double, Float, Long, Byte, Map and List.
It also converts Byte, Integer and Long arrays as well.An Serializer that converts any Object toMap.