Class RealmsSelectWorldTemplateScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.realms.gui.screen.RealmsScreen
net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,TickableElement
@Environment(CLIENT) public class RealmsSelectWorldTemplateScreen extends RealmsScreen
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionList
(package private) class
RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionListEntry
-
Field Summary
Fields Modifier and Type Field Description private int
clicks
private String
currentLink
private boolean
displayWarning
private static Text
field_26512
private static Text
field_26513
private boolean
hoverWarning
private static Identifier
LINK_ICONS
private static Logger
LOGGER
private List<TextRenderingUtils.Line>
noTemplatesMessage
private RealmsScreenWithCallback
parent
private ButtonWidget
publisherButton
private ButtonWidget
selectButton
private int
selectedTemplate
private static Identifier
SLOT_FRAME
private RealmsSelectWorldTemplateScreen.WorldTemplateObjectSelectionList
templateList
private Text
title
private Text
toolTip
private static Identifier
TRAILER_ICONS
private ButtonWidget
trailerButton
private Text[]
warning
private String
warningURL
private RealmsServer.WorldType
worldType
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description RealmsSelectWorldTemplateScreen(RealmsScreenWithCallback parent, RealmsServer.WorldType worldType)
RealmsSelectWorldTemplateScreen(RealmsScreenWithCallback parent, RealmsServer.WorldType worldType, WorldTemplatePaginatedList list)
-
Method Summary
Modifier and Type Method Description private void
backButtonClicked()
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.private void
method_21414(MatrixStack matrixStack, int int2, int int3, List<TextRenderingUtils.Line> list)
private com.mojang.datafixers.util.Either<WorldTemplatePaginatedList,String>
method_21416(WorldTemplatePaginatedList worldTemplatePaginatedList, RealmsClient realmsClient)
private WorldTemplate
method_21434()
private boolean
method_25247()
boolean
mouseClicked(double mouseX, double mouseY, int button)
Callback for when a mouse button down event has been captured.private void
onPublish()
private void
onTrailer()
void
render(MatrixStack matrices, int mouseX, int mouseY, float delta)
protected void
renderMousehoverTooltip(MatrixStack matrixStack, Text text, int int2, int int3)
private void
selectTemplate()
private void
setPagination(WorldTemplatePaginatedList worldTemplatePaginatedList)
void
setTitle(Text title)
void
setWarning(Text[] text)
private boolean
shouldPublisherBeVisible()
private boolean
shouldSelectButtonBeActive()
private boolean
shouldTrailerBeVisible()
void
tick()
private void
updateButtonStates()
Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
narrateLabels, row
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
LOGGER
-
LINK_ICONS
-
TRAILER_ICONS
-
SLOT_FRAME
-
field_26512
-
field_26513
-
parent
-
templateList
-
selectedTemplate
private int selectedTemplate -
title
-
selectButton
-
trailerButton
-
publisherButton
-
toolTip
-
currentLink
-
worldType
-
clicks
private int clicks -
warning
-
warningURL
-
displayWarning
private boolean displayWarning -
hoverWarning
private boolean hoverWarning -
noTemplatesMessage
-
-
Constructor Details
-
RealmsSelectWorldTemplateScreen
public RealmsSelectWorldTemplateScreen(RealmsScreenWithCallback parent, RealmsServer.WorldType worldType) -
RealmsSelectWorldTemplateScreen
public RealmsSelectWorldTemplateScreen(RealmsScreenWithCallback parent, RealmsServer.WorldType worldType, @Nullable WorldTemplatePaginatedList list)
-
-
Method Details
-
setTitle
-
setWarning
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFW
class.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Mouse.onMouseButton(long, int, int, int)
,GLFW.GLFW_MOUSE_BUTTON_1
-
init
public void init()Called when a screen should be initialized.This method is called when this screen is
opened
or resized. -
updateButtonStates
private void updateButtonStates() -
shouldSelectButtonBeActive
private boolean shouldSelectButtonBeActive() -
shouldPublisherBeVisible
private boolean shouldPublisherBeVisible() -
method_21434
-
shouldTrailerBeVisible
private boolean shouldTrailerBeVisible() -
tick
public void tick()- Specified by:
tick
in interfaceTickableElement
- Overrides:
tick
in classRealmsScreen
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers)Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see {@linkplain https://www.glfw.org/docs/3.3/group__mods.html GLFW Modifier key flags})- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Keyboard.onKey(long, int, int, int, int)
,GLFW.GLFW_KEY_Q
,GLFWKeyCallbackI.invoke(long, int, int, int, int)
-
backButtonClicked
private void backButtonClicked() -
selectTemplate
private void selectTemplate() -
method_25247
private boolean method_25247() -
onTrailer
private void onTrailer() -
onPublish
private void onPublish() -
setPagination
-
method_21416
private com.mojang.datafixers.util.Either<WorldTemplatePaginatedList,String> method_21416(WorldTemplatePaginatedList worldTemplatePaginatedList, RealmsClient realmsClient) -
render
-
method_21414
private void method_21414(MatrixStack matrixStack, int int2, int int3, List<TextRenderingUtils.Line> list) -
renderMousehoverTooltip
protected void renderMousehoverTooltip(MatrixStack matrixStack, @Nullable Text text, int int2, int int3)
-