Class ItemListEntry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<AbstractConfigEntry>
johnsmith.configoverhauled.api.client.gui.entry.AbstractConfigEntry
johnsmith.configoverhauled.impl.client.gui.entry.OptionEntry<List<net.minecraft.world.item.Item>,net.minecraft.client.gui.components.Button>
johnsmith.configoverhauled.impl.client.gui.entry.AbstractRegistryEntry<net.minecraft.world.item.Item,List<net.minecraft.world.item.Item>>
johnsmith.configoverhauled.impl.client.gui.entry.registry.RegistryListEntry<net.minecraft.world.item.Item>
johnsmith.configoverhauled.impl.client.gui.entry.registry.ItemListEntry
- All Implemented Interfaces:
ConfigEntry,net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement
-
Field Summary
Fields inherited from class johnsmith.configoverhauled.impl.client.gui.entry.AbstractRegistryEntry
iconProvider, nameProvider, registryFields inherited from class johnsmith.configoverhauled.impl.client.gui.entry.OptionEntry
isLocked, labelComponent, minecraft, onValueChanged, parentScreen, property, resetButton, tooltip, widgetFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionItemListEntry(Property<List<net.minecraft.world.item.Item>> property, ConfigScreen parentScreen, net.minecraft.client.Minecraft minecraft, Runnable onValueChanged) -
Method Summary
Methods inherited from class johnsmith.configoverhauled.impl.client.gui.entry.registry.RegistryListEntry
getDefaultValueTooltip, openSelectionScreen, updateWidgetValueMethods inherited from class johnsmith.configoverhauled.impl.client.gui.entry.AbstractRegistryEntry
applySelection, createWidgetMethods inherited from class johnsmith.configoverhauled.impl.client.gui.entry.OptionEntry
canReset, children, isDefault, isModified, matchesSearch, narratables, render, resetToDefault, setValue, updateResetButtonMethods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
focusPathAtIndex, getFocused, isDragging, mouseClicked, nextFocusPath, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyPressed, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getRectangle, isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
ItemListEntry
public ItemListEntry(Property<List<net.minecraft.world.item.Item>> property, ConfigScreen parentScreen, net.minecraft.client.Minecraft minecraft, Runnable onValueChanged)
-