public class SearchFilterSyntaxHighlightingEntry extends me.shedaniel.clothconfig2.forge.gui.entries.TooltipListEntry<SyntaxHighlightingMode>
| Constructor and Description |
|---|
SearchFilterSyntaxHighlightingEntry(net.minecraft.util.text.ITextComponent fieldName,
SyntaxHighlightingMode type,
SyntaxHighlightingMode defaultValue,
java.util.function.Consumer<SyntaxHighlightingMode> save) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends net.minecraft.client.gui.IGuiEventListener> |
children() |
java.util.Optional<SyntaxHighlightingMode> |
getDefaultValue() |
SyntaxHighlightingMode |
getValue() |
boolean |
isEdited() |
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() |
getTooltip, getTooltipSupplier, isMouseInside, setTooltipSuppliergetFieldName, getPreferredTextColor, isEditable, isRequiresRestart, setEditable, setRequiresRestartaddTooltip, getConfigError, getConfigScreen, getDisplayedFieldName, getError, getInitialReferenceOffset, getItemHeight, getReferencableEntries, getReferenceProviderEntries, getScreen, 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 SearchFilterSyntaxHighlightingEntry(net.minecraft.util.text.ITextComponent fieldName,
SyntaxHighlightingMode type,
SyntaxHighlightingMode defaultValue,
java.util.function.Consumer<SyntaxHighlightingMode> save)
public boolean isEdited()
isEdited in class me.shedaniel.clothconfig2.forge.api.AbstractConfigEntry<SyntaxHighlightingMode>public SyntaxHighlightingMode getValue()
getValue in class me.shedaniel.clothconfig2.forge.api.AbstractConfigEntry<SyntaxHighlightingMode>public java.util.Optional<SyntaxHighlightingMode> getDefaultValue()
getDefaultValue in class me.shedaniel.clothconfig2.forge.api.AbstractConfigEntry<SyntaxHighlightingMode>public void save()
save in class me.shedaniel.clothconfig2.forge.api.AbstractConfigEntry<SyntaxHighlightingMode>public java.util.List<? extends net.minecraft.client.gui.IGuiEventListener> children()
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.entries.TooltipListEntry<SyntaxHighlightingMode>