@ApiStatus.Internal
public class ReloadPluginsEntry
extends me.shedaniel.clothconfig2.forge.api.AbstractConfigListEntry<net.minecraft.util.Unit>
| Constructor and Description |
|---|
ReloadPluginsEntry(int width) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends net.minecraft.client.gui.IGuiEventListener> |
children() |
java.util.Optional<net.minecraft.util.Unit> |
getDefaultValue() |
net.minecraft.util.Unit |
getValue() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrices,
int index,
int y,
int x,
int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean isSelected,
float delta) |
void |
save() |
getFieldName, getPreferredTextColor, isEditable, isRequiresRestart, setEditable, setRequiresRestartaddTooltip, getConfigError, getConfigScreen, getDisplayedFieldName, getError, getInitialReferenceOffset, getItemHeight, getReferencableEntries, getReferenceProviderEntries, getScreen, isEdited, lateRender, provideReferenceEntry, requestReferenceRebuilding, setErrorSupplier, setReferencableEntries, setReferenceProviderEntries, setScreen, updateSelectedgetFocused, isDragging, setDragging, setFocusedgetMorePossibleHeight, getParent, isMouseOver, setParentblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic net.minecraft.util.Unit getValue()
getValue in class me.shedaniel.clothconfig2.forge.api.AbstractConfigEntry<net.minecraft.util.Unit>public java.util.Optional<net.minecraft.util.Unit> getDefaultValue()
getDefaultValue in class me.shedaniel.clothconfig2.forge.api.AbstractConfigEntry<net.minecraft.util.Unit>public void save()
save in class me.shedaniel.clothconfig2.forge.api.AbstractConfigEntry<net.minecraft.util.Unit>public void render(com.mojang.blaze3d.matrix.MatrixStack matrices,
int index,
int y,
int x,
int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean isSelected,
float delta)
render in class me.shedaniel.clothconfig2.forge.gui.widget.DynamicEntryListWidget.Entry<me.shedaniel.clothconfig2.forge.api.AbstractConfigEntry<net.minecraft.util.Unit>>public java.util.List<? extends net.minecraft.client.gui.IGuiEventListener> children()