Class XRegistry<XForm extends XBase<XForm,BukkitForm>,BukkitForm>

java.lang.Object
com.cryptomorin.xseries.base.XRegistry<XForm,BukkitForm>
Type Parameters:
XForm - The type used within this library.
BukkitForm - The corresponding Bukkit type of the XRegistry.
All Implemented Interfaces:
Iterable<XForm>

@Internal public final class XRegistry<XForm extends XBase<XForm,BukkitForm>,BukkitForm> extends Object implements Iterable<XForm>
A registry similar to Bukkit's Registry. It holds values as a form of XBase and allows cross-version name mappings and also direct bukkit-to-xform mappings as well.
See Also: