java.lang.Object
io.github.sefiraat.slimetinker.compat.Pdc

public final class Pdc extends Object
Load-safe PDC facade. dough's PersistentDataAPI class cannot load on MC 1.8 (its 1.14+ PersistentDataType references break class verification). VersionedPdc is fully reflective (Object/String signatures) and loads on every version, persisting via PDC on 1.14+ and item-NBT below. Mirrors the PersistentDataAPI String-keyed calls used by this addon.