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) void
getPagedIcon
(@NotNull String id) Retrieve a paged icon by its idboolean
isValidPagedIconID
(@NotNull String id) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kamikazejam.kamicommon.menu.api.icons.access.paginated.IPageIconsAccess
addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, addPagedIcon, setAutoUpdate, setAutoUpdate, setMenuClick, setModifier, setModifier
-
Constructor Details
-
Method Details
-
clearPagedIcons
public void clearPagedIcons()- Specified by:
clearPagedIcons
in interfaceIPageIconsAccess<M extends Menu<M>>
-
getPagedIcon
Description copied from interface:IPageIconsAccess
Retrieve a paged icon by its id- Specified by:
getPagedIcon
in interfaceIPageIconsAccess<M extends Menu<M>>
-
isValidPagedIconID
- Specified by:
isValidPagedIconID
in interfaceIPageIconsAccess<M extends Menu<M>>
-
getPagedIconIDs
- Specified by:
getPagedIconIDs
in interfaceIPageIconsAccess<M extends Menu<M>>