Uses of Class
com.github.imdabigboss.easydatapack.api.items.CustomItem
Packages that use CustomItem
Package
Description
-
Uses of CustomItem in com.github.imdabigboss.easydatapack.api
Methods in com.github.imdabigboss.easydatapack.api with parameters of type CustomItemModifier and TypeMethodDescriptionabstract voidCustomAdder.register(CustomItem item)Registers a custom item. -
Uses of CustomItem in com.github.imdabigboss.easydatapack.api.items
Subclasses of CustomItem in com.github.imdabigboss.easydatapack.api.itemsModifier and TypeClassDescriptionclassThis class represents a custom item that is a hat, and thus can be worn.classMethods in com.github.imdabigboss.easydatapack.api.items that return CustomItemModifier and TypeMethodDescription@NonNull CustomItemCustomItem.Builder.build()Builds the item. -
Uses of CustomItem in com.github.imdabigboss.easydatapack.api.managers
Methods in com.github.imdabigboss.easydatapack.api.managers that return CustomItemModifier and TypeMethodDescription@Nullable CustomItemItemManager.getCustomItem(int customModelData)Gets a custom item from its custom model data.@Nullable CustomItemItemManager.getCustomItem(@NonNull String namespaceKey)Gets a custom item from its namespace key.Methods in com.github.imdabigboss.easydatapack.api.managers that return types with arguments of type CustomItemModifier and TypeMethodDescription@NonNull List<CustomItem>ItemManager.getCustomItems()Gets a list of all registered custom items. -
Uses of CustomItem in com.github.imdabigboss.easydatapack.backend
Methods in com.github.imdabigboss.easydatapack.backend with parameters of type CustomItem -
Uses of CustomItem in com.github.imdabigboss.easydatapack.backend.managers
Methods in com.github.imdabigboss.easydatapack.backend.managers that return CustomItemModifier and TypeMethodDescriptionItemManagerImpl.getCustomItem(int customModelData)ItemManagerImpl.getCustomItem(@NonNull String namespaceKey)Methods in com.github.imdabigboss.easydatapack.backend.managers that return types with arguments of type CustomItemMethods in com.github.imdabigboss.easydatapack.backend.managers with parameters of type CustomItem