Class ConfigRows.IntMapConfigRow<K>
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ConfigRows.ConfigLabel>
com.beansgalaxy.backpacks.config.screen.ConfigRows.ConfigLabel
com.beansgalaxy.backpacks.config.screen.ConfigRows.IntMapConfigRow<K>
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement
- Enclosing class:
- ConfigRows
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.beansgalaxy.backpacks.config.screen.ConfigRows.ConfigLabel
nameFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends net.minecraft.client.gui.components.events.GuiEventListener>children()voidhungryClick(double mouseX, double mouseY, int i) List<? extends net.minecraft.client.gui.narration.NarratableEntry>voidonSave()voidrender(net.minecraft.client.gui.GuiGraphics gui, int index, int y, int x, int rowWidth, int rowHeight, int mouseX, int mouseY, boolean isSelected, float delta) voidMethods 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, magicalSpecialHackyFocus, 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
-
IntMapConfigRow
-
-
Method Details
-
onSave
public void onSave()- Overrides:
onSavein classConfigRows.ConfigLabel
-
hungryClick
public void hungryClick(double mouseX, double mouseY, int i) - Overrides:
hungryClickin classConfigRows.ConfigLabel
-
resetToDefault
public void resetToDefault()- Overrides:
resetToDefaultin classConfigRows.ConfigLabel
-
render
public void render(net.minecraft.client.gui.GuiGraphics gui, int index, int y, int x, int rowWidth, int rowHeight, int mouseX, int mouseY, boolean isSelected, float delta) - Overrides:
renderin classConfigRows.ConfigLabel
-
children
- Specified by:
childrenin interfacenet.minecraft.client.gui.components.events.ContainerEventHandler- Overrides:
childrenin classConfigRows.ConfigLabel
-
narratables
- Overrides:
narratablesin classConfigRows.ConfigLabel
-