Class TagItemSelectorCategory
java.lang.Object
com.portingdeadmods.researchd.client.screens.editor.widgets.popups.category.TagItemSelectorCategory
- All Implemented Interfaces:
ItemSelectorCategory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.gui.components.AbstractWidgetcreateBodyWidget(ItemSelectorPopupWidget parentPopupWidget, int width, int height, Collection<net.minecraft.world.item.ItemStack> filteredItems) booleanexists()net.minecraft.world.item.ItemStackgetIcon()Collection<net.minecraft.world.item.ItemStack> getItems()net.minecraft.network.chat.ComponentgetName()net.minecraft.world.item.crafting.IngredientgetSelected(net.minecraft.client.gui.components.AbstractWidget widget) booleanMethods 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
resetScrollOffset, setItems, visitWidgets
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
TagItemSelectorCategory
public TagItemSelectorCategory()
-
-
Method Details
-
exists
public boolean exists()- Specified by:
existsin interfaceItemSelectorCategory
-
getItems
- Specified by:
getItemsin interfaceItemSelectorCategory
-
getSelected
public net.minecraft.world.item.crafting.Ingredient getSelected(net.minecraft.client.gui.components.AbstractWidget widget) - Specified by:
getSelectedin 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
-
hasSearchBar
public boolean hasSearchBar()- Specified by:
hasSearchBarin interfaceItemSelectorCategory
-
createBodyWidget
public net.minecraft.client.gui.components.AbstractWidget createBodyWidget(ItemSelectorPopupWidget parentPopupWidget, int width, int height, Collection<net.minecraft.world.item.ItemStack> filteredItems) - Specified by:
createBodyWidgetin interfaceItemSelectorCategory
-