Uses of Class
com.github.pinont.singularitylib.api.items.CustomItem
Packages that use CustomItem
Package
Description
-
Uses of CustomItem in com.github.pinont.singularitylib.api.manager
Fields in com.github.pinont.singularitylib.api.manager with type parameters of type CustomItemModifier and TypeFieldDescriptionCustomItemManager.customItemsList of registered custom items managed by this manager.Methods in com.github.pinont.singularitylib.api.manager that return types with arguments of type CustomItemModifier and TypeMethodDescriptionCustomItemManager.getCustomItems()Gets the list of registered custom items.Method parameters in com.github.pinont.singularitylib.api.manager with type arguments of type CustomItemModifier and TypeMethodDescriptionvoidCustomItemManager.register(List<CustomItem> item) Registers a list of custom items with the manager. -
Uses of CustomItem in com.github.pinont.singularitylib.api.registry
Methods in com.github.pinont.singularitylib.api.registry that return types with arguments of type CustomItemModifier and TypeMethodDescription@NotNull List<CustomItem> PluginRegistry.RegisteredComponents.customItems()Returns the value of thecustomItemsrecord component. -
Uses of CustomItem in com.github.pinont.singularitylib.plugin.register
Methods in com.github.pinont.singularitylib.plugin.register that return types with arguments of type CustomItem