Class PageIconsAccess<M extends Menu<M>>
java.lang.Object
com.kamikazejam.kamicommon.menu.api.icons.access.paginated.PageIconsAccess<M>
- All Implemented Interfaces:
IPageIconsAccess<M>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPagedIcon(@NotNull MenuIcon<M> menuIcon) addPagedIcon(@NotNull PrioritizedMenuIcon<M> indexed) voidgetPagedIcon(@NotNull String id) Retrieve a paged icon by its idbooleanisValidPagedIconID(@NotNull String id) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IPageIconsAccess
addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, setAutoUpdate, setAutoUpdate, setMenuClick, setModifier, setModifier
-
Constructor Details
-
Method Details
-
clearPagedIcons
public void clearPagedIcons()- Specified by:
clearPagedIconsin interfaceIPageIconsAccess<M extends Menu<M>>
-
getPagedIcon
Description copied from interface:IPageIconsAccessRetrieve a paged icon by its id- Specified by:
getPagedIconin interfaceIPageIconsAccess<M extends Menu<M>>
-
isValidPagedIconID
- Specified by:
isValidPagedIconIDin interfaceIPageIconsAccess<M extends Menu<M>>
-
getPagedIconIDs
- Specified by:
getPagedIconIDsin interfaceIPageIconsAccess<M extends Menu<M>>