Package com.saicone.rtag


package com.saicone.rtag
  • Class
    Description
    Rtag 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 any Map of objects to assigned object type.
    RtagEditor<T, EditorT extends RtagEditor<T,EditorT>>
    RtagEditor abstract class who edit any object with CompoundTag inside.
    Also provide methods to easy-edit object tags using a Rtag instance.
    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 to Map.