Class RealmsSlotOptionsScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.gui.screens.RealmsSlotOptionsScreen
- All Implemented Interfaces:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private int
private boolean
private static final int
private static final int
private final String
static final List<Difficulty>
private Difficulty
private boolean
private GameType
private static final Component
private EditBox
private final RealmsWorldOptions
protected final RealmsConfigureWorldScreen
private boolean
(package private) static final Component
private static final Component
private boolean
private boolean
private boolean
(package private) int
(package private) RealmsSlotOptionsScreen.SettingsSlider
private String
private final RealmsServer.WorldType
Fields inherited from class net.minecraft.realms.RealmsScreen
COLOR_BRIGHT_YELLOW, COLOR_DARK_GRAY, COLOR_GREEN, COLOR_INFO, COLOR_LINK, COLOR_LINK_HOVER, COLOR_MEDIUM_GRAY, COLOR_RED_FADE, COLOR_YELLOW, EXPIRATION_NOTIFICATION_DAYS, SIZE_LIMIT, SKIN_FACE_SIZE, TITLE_HEIGHT
Fields inherited from class net.minecraft.client.gui.screens.Screen
BACKGROUND_LOCATION, font, height, minecraft, renderables, screenExecutor, title, width
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorDescriptionRealmsSlotOptionsScreen
(RealmsConfigureWorldScreen p_89886_, RealmsWorldOptions p_89887_, RealmsServer.WorldType p_89888_, int p_89889_) -
Method Summary
Modifier and TypeMethodDescriptionprivate CycleButton.OnValueChange<Boolean>
confirmDangerousOption
(Component p_231324_, Consumer<Boolean> p_231325_) private static <T> T
findByIndex
(List<T> p_167525_, int p_167526_, int p_167527_) private static <T> int
void
init()
boolean
keyPressed
(int p_89891_, int p_89892_, int p_89893_) void
render
(GuiGraphics p_283210_, int p_283172_, int p_281531_, float p_283191_) private void
private void
setWorldName
(String p_231314_) Methods inherited from class net.minecraft.realms.RealmsScreen
addLabel, createLabelNarration, row
Methods inherited from class net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, narrationEnabled, onClose, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBackground, renderDirtBackground, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenError
Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused
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.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
DEFAULT_DIFFICULTY
private static final int DEFAULT_DIFFICULTY- See Also:
-
DIFFICULTIES
-
DEFAULT_GAME_MODE
private static final int DEFAULT_GAME_MODE- See Also:
-
GAME_MODES
-
NAME_LABEL
-
SPAWN_PROTECTION_TEXT
-
SPAWN_WARNING_TITLE
-
nameEdit
-
parent
-
column1X
private int column1X -
columnWidth
private int columnWidth -
options
-
worldType
-
difficulty
-
gameMode
-
defaultSlotName
-
worldName
-
pvp
private boolean pvp -
spawnNPCs
private boolean spawnNPCs -
spawnAnimals
private boolean spawnAnimals -
spawnMonsters
private boolean spawnMonsters -
spawnProtection
int spawnProtection -
commandBlocks
private boolean commandBlocks -
forceGameMode
private boolean forceGameMode -
spawnProtectionButton
RealmsSlotOptionsScreen.SettingsSlider spawnProtectionButton
-
-
Constructor Details
-
RealmsSlotOptionsScreen
public RealmsSlotOptionsScreen(RealmsConfigureWorldScreen p_89886_, RealmsWorldOptions p_89887_, RealmsServer.WorldType p_89888_, int p_89889_)
-
-
Method Details
-
keyPressed
public boolean keyPressed(int p_89891_, int p_89892_, int p_89893_) - Specified by:
keyPressed
in interfaceContainerEventHandler
- Specified by:
keyPressed
in interfaceGuiEventListener
- Overrides:
keyPressed
in classScreen
-
findByIndex
-
findIndex
-
init
public void init() -
confirmDangerousOption
private CycleButton.OnValueChange<Boolean> confirmDangerousOption(Component p_231324_, Consumer<Boolean> p_231325_) -
getNarrationMessage
- Overrides:
getNarrationMessage
in classScreen
-
render
- Specified by:
render
in interfaceRenderable
- Overrides:
render
in classScreen
-
setWorldName
-
saveSettings
private void saveSettings()
-