@Environment(value=CLIENT) public class SelectWorldScreen extends Screen
| Modifier and Type | Field and Description |
|---|---|
private ButtonWidget |
deleteButton |
private ButtonWidget |
editButton |
private WorldListWidget |
levelList |
protected Screen |
parent |
private ButtonWidget |
recreateButton |
protected TextFieldWidget |
searchBox |
private ButtonWidget |
selectButton |
private List<OrderedText> |
tooltipText |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthGUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
SelectWorldScreen(Screen parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char chr,
int keyCode)
Callback for when a character input has been captured.
|
protected void |
init()
Called when a screen should be initialized.
|
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers)
Callback for when a key down event has been captured.
|
boolean |
mouseScrolled(double mouseX,
double mouseY,
double amount)
Callback for when a mouse button scroll event
has been captured.
|
void |
onClose() |
void |
removed() |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
void |
setTooltip(List<OrderedText> list) |
void |
tick() |
void |
worldSelected(boolean active) |
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, setInitialFocusmouseMovedprotected final Screen parent
private List<OrderedText> tooltipText
private ButtonWidget deleteButton
private ButtonWidget selectButton
private ButtonWidget editButton
private ButtonWidget recreateButton
protected TextFieldWidget searchBox
private WorldListWidget levelList
public SelectWorldScreen(Screen parent)
public boolean mouseScrolled(double mouseX,
double mouseY,
double amount)
mouseX - the X coordinate of the mousemouseY - the Y coordinate of the mouseamount - value is > 1 if scrolled down, < 1 if scrolled uptrue to indicate that the event handling is successful/validMouse.onMouseScroll(long, double, double)public void tick()
tick in interface TickableElementtick in class Screenprotected void init()
This method is called when this screen is opened or resized.
public boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
GLFW class.keyPressed in interface ElementkeyPressed in interface ParentElementkeyPressed in class ScreenkeyCode - the named key code of the event as described in the GLFW classscanCode - the unique/platform-specific scan code of the keyboard inputmodifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)true to indicate that the event handling is successful/validKeyboard.onKey(long, int, int, int, int),
GLFW.GLFW_KEY_Q,
GLFWKeyCallbackI.invoke(long, int, int, int, int)public boolean charTyped(char chr,
int keyCode)
GLFW class.chr - the captured characterkeyCode - the associated key codetrue to indicate that the event handling is successful/validKeyboard.onChar(long, int, int),
GLFW.GLFW_KEY_Q,
GLFWKeyCallbackI.invoke(long, int, int, int, int)public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
public void setTooltip(List<OrderedText> list)
public void worldSelected(boolean active)