public static class CreditsEntryListWidget.LinkItem extends CreditsEntryListWidget.CreditsItem
| Constructor and Description |
|---|
LinkItem(net.minecraft.util.text.ITextComponent text,
java.lang.String link,
int width,
boolean rainbow) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changeFocus(boolean boolean_1) |
int |
getItemHeight() |
boolean |
mouseClicked(double mouseX,
double mouseY,
int button) |
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) |
getMorePossibleHeight, getParent, isMouseOver, setParentblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLinepublic LinkItem(net.minecraft.util.text.ITextComponent text,
java.lang.String link,
int width,
boolean rainbow)
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<CreditsEntryListWidget.CreditsItem>public int getItemHeight()
getItemHeight in class me.shedaniel.clothconfig2.forge.gui.widget.DynamicEntryListWidget.Entry<CreditsEntryListWidget.CreditsItem>public boolean changeFocus(boolean boolean_1)
public boolean mouseClicked(double mouseX,
double mouseY,
int button)