@Environment(value=CLIENT) public class LanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry extends AlwaysSelectedEntryListWidget.Entry<LanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry>
| Modifier and Type | Field and Description |
|---|---|
private LanguageDefinition |
languageDefinition |
| Constructor and Description |
|---|
LanguageEntry(LanguageDefinition languageDefinition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
mouseClicked(double mouseX,
double mouseY,
int button) |
private void |
onPressed() |
void |
render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta) |
changeFocusisMouseOverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolledprivate final LanguageDefinition languageDefinition
public LanguageEntry(LanguageDefinition languageDefinition)
public void render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta)
render in class EntryListWidget.Entry<LanguageOptionsScreen.LanguageSelectionListWidget.LanguageEntry>public boolean mouseClicked(double mouseX,
double mouseY,
int button)
private void onPressed()