Class EditConfigScreen.StringConfigEntry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<EditConfigScreen.ConfigEntry>
com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.ConfigEntry
com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.StringConfigEntry
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.components.TabOrderedElement,net.minecraft.client.gui.layouts.LayoutElement
- Enclosing class:
EditConfigScreen
-
Field Summary
Fields inherited from class com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.ConfigEntry
children, LABEL_WIDTH -
Constructor Summary
ConstructorsConstructorDescriptionStringConfigEntry(net.minecraft.network.chat.Component pLabel, List<net.minecraft.util.FormattedCharSequence> pTooltip, String p_101177_, String key) -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderContent(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, boolean isHovering, float delta) Methods inherited from class com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.ConfigEntry
children, narratables, renderLabelMethods 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
getBorderForArrowNavigation, getRectangle, isMouseOver, mouseMoved, shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPositionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
StringConfigEntry
-
-
Method Details
-
renderContent
public void renderContent(@Nonnull net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, boolean isHovering, float delta)
-