Class ConfigModListScreen.ModEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<ConfigScreenList.Entry>
com.simibubi.create.foundation.config.ui.ConfigScreenList.Entry
com.simibubi.create.foundation.config.ui.ConfigScreenList.LabeledEntry
com.simibubi.create.foundation.config.ui.ConfigModListScreen.ModEntry
- All Implemented Interfaces:
TickableGuiEventListener,net.minecraft.client.gui.components.events.GuiEventListener,net.minecraft.client.gui.narration.NarrationSupplier
- Enclosing class:
- ConfigModListScreen
-
Field Summary
FieldsFields inherited from class com.simibubi.create.foundation.config.ui.ConfigScreenList.LabeledEntry
differenceAnimation, highlightAnimation, label, labelTooltip, labelWidthMult, unitFields inherited from class com.simibubi.create.foundation.config.ui.ConfigScreenList.Entry
annotations, listeners, pathFields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
list -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()protected intgetLabelWidth(int totalWidth) voidrender(com.mojang.blaze3d.vertex.PoseStack ms, int index, int y, int x, int width, int height, int mouseX, int mouseY, boolean p_230432_9_, float partialTicks) voidtick()Methods inherited from class com.simibubi.create.foundation.config.ui.ConfigScreenList.LabeledEntry
getLabelTooltip, getNarrationMethods inherited from class com.simibubi.create.foundation.config.ui.ConfigScreenList.Entry
charTyped, getGuiListeners, isCurrentValueChanged, keyPressed, mouseClicked, setEditableMethods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
changeFocus, updateNarrationMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOverMethods 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.GuiEventListener
changeFocus, isMouseOver, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
button
-
id
-
-
Constructor Details
-
ModEntry
-
-
Method Details
-
getId
-
tick
public void tick()- Specified by:
tickin interfaceTickableGuiEventListener- Overrides:
tickin classConfigScreenList.LabeledEntry
-
render
public void render(com.mojang.blaze3d.vertex.PoseStack ms, int index, int y, int x, int width, int height, int mouseX, int mouseY, boolean p_230432_9_, float partialTicks) - Overrides:
renderin classConfigScreenList.LabeledEntry
-
getLabelWidth
protected int getLabelWidth(int totalWidth) - Overrides:
getLabelWidthin classConfigScreenList.LabeledEntry
-