Uses of Class
com.cryptomorin.xseries.base.XRegistry
Packages that use XRegistry
-
Uses of XRegistry in com.cryptomorin.xseries
Fields in com.cryptomorin.xseries declared as XRegistryModifier and TypeFieldDescriptionstatic final XRegistry<XAttribute, org.bukkit.attribute.Attribute> XAttribute.REGISTRYXBiome.REGISTRYstatic final XRegistry<XEnchantment, org.bukkit.enchantments.Enchantment> XEnchantment.REGISTRYstatic final XRegistry<XEntityType, org.bukkit.entity.EntityType> XEntityType.REGISTRYXItemFlag.REGISTRYstatic final XRegistry<XPatternType, org.bukkit.block.banner.PatternType> XPatternType.REGISTRYXPotion.REGISTRYXSound.REGISTRY -
Uses of XRegistry in com.cryptomorin.xseries.base
Methods in com.cryptomorin.xseries.base that return XRegistryModifier and TypeMethodDescriptionstatic @Nullable XRegistry<?, ?> XRegistry.rawRegistryOf(Class<?> clazz) Gets the registry associated to aXBaseclass.XRegistry.registryOf(Class<? extends XForm> clazz) Gets the registry associated to aXBaseclass.Methods in com.cryptomorin.xseries.base with parameters of type XRegistryModifier and TypeMethodDescriptionprotected static <XForm extends XBase<XForm,BukkitForm>, BukkitForm>
voidXRegistry.registerModule(XRegistry<XForm, BukkitForm> registry, Class<? extends XForm> clazz) protected voidXModule.setEnumName(XRegistry<XForm, BukkitForm> registry, String enumName)