Class Pdc

java.lang.Object
io.github.addoncommunity.galactifun.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. The key is accepted as Object (a String or a NamespacedKey shim) and rendered to a "namespace:key" String.