Class EditConfigScreen.ConfigEntry
java.lang.Object
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<EditConfigScreen.ConfigEntry>
com.illusivesoulworks.spectrelib.config.client.screen.EditConfigScreen.ConfigEntry
- 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:
EditConfigScreen.BooleanConfigEntry,EditConfigScreen.DoubleConfigEntry,EditConfigScreen.EnumConfigEntry,EditConfigScreen.IntegerConfigEntry,EditConfigScreen.ListConfigEntry,EditConfigScreen.LongConfigEntry,EditConfigScreen.SectionEntry,EditConfigScreen.StringConfigEntry
- Enclosing class:
- EditConfigScreen
public abstract class EditConfigScreen.ConfigEntry
extends net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<EditConfigScreen.ConfigEntry>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<net.minecraft.client.gui.components.AbstractWidget>Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionConfigEntry(List<net.minecraft.util.FormattedCharSequence> pTooltip, net.minecraft.network.chat.Component pLabel) -
Method Summary
Modifier and TypeMethodDescriptionList<? extends net.minecraft.client.gui.components.events.GuiEventListener>children()List<? extends net.minecraft.client.gui.narration.NarratableEntry>protected voidrenderLabel(net.minecraft.client.gui.GuiGraphics guiGraphics, int y, int x) Methods 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
-
children
-
-
Constructor Details
-
ConfigEntry
public ConfigEntry(@Nullable List<net.minecraft.util.FormattedCharSequence> pTooltip, net.minecraft.network.chat.Component pLabel)
-
-
Method Details
-
children
@Nonnull public List<? extends net.minecraft.client.gui.components.events.GuiEventListener> children() -
narratables
- Specified by:
narratablesin classnet.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<EditConfigScreen.ConfigEntry>
-
renderLabel
protected void renderLabel(net.minecraft.client.gui.GuiGraphics guiGraphics, int y, int x)
-