Class ConfigRows.ConfigLabel
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ConfigRows.ConfigLabel>
com.beansgalaxy.backpacks.config.screen.ConfigRows.ConfigLabel
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement
- Direct Known Subclasses:
ConfigRows.BoolConfigRow,ConfigRows.EnumConfigRow,ConfigRows.IntConfigRow,ConfigRows.IntMapConfigRow,ConfigRows.ItemListConfigRow,ConfigRows.MoveBackSlotConfigRow
- Enclosing class:
- ConfigRows
public class ConfigRows.ConfigLabel
extends net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ConfigRows.ConfigLabel>
-
Field Summary
FieldsFields 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 guiGraphics, 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
-
Field Details
-
name
public final net.minecraft.network.chat.Component name
-
-
Constructor Details
-
ConfigLabel
public ConfigLabel(net.minecraft.network.chat.Component name)
-
-
Method Details
-
resetToDefault
public void resetToDefault() -
render
public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, int index, int y, int x, int rowWidth, int rowHeight, int mouseX, int mouseY, boolean isSelected, float delta) -
children
-
narratables
- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ConfigRows.ConfigLabel>
-
hungryClick
public void hungryClick(double mouseX, double mouseY, int i) -
onSave
public void onSave()
-