Class PackItemSelectorCategory
java.lang.Object
com.portingdeadmods.researchd.client.screens.editor.widgets.popups.category.PackItemSelectorCategory
- All Implemented Interfaces:
ItemSelectorCategory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanexists()net.minecraft.world.item.ItemStackgetIcon()Collection<net.minecraft.world.item.ItemStack> getItems()net.minecraft.network.chat.ComponentgetName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.portingdeadmods.researchd.client.screens.editor.widgets.popups.category.ItemSelectorCategory
createBodyWidget, getSelected, hasSearchBar, resetScrollOffset, setItems, visitWidgets
-
Field Details
-
INSTANCE
-
-
Method Details
-
exists
public boolean exists()- Specified by:
existsin interfaceItemSelectorCategory
-
getItems
- Specified by:
getItemsin interfaceItemSelectorCategory
-
getIcon
public net.minecraft.world.item.ItemStack getIcon()- Specified by:
getIconin interfaceItemSelectorCategory
-
getName
public net.minecraft.network.chat.Component getName()- Specified by:
getNamein interfaceItemSelectorCategory
-