Class RealmsSlotOptionsScreen
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
net.minecraft.client.gui.screen.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.gui.screens.RealmsSlotOptionsScreen
- All Implemented Interfaces:
 IGuiEventListener,INestedGuiEventHandler,IRenderable,IScreen
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate intprivate intprivate intprivate Booleanprivate Buttonstatic final ITextComponent[]private intprivate Booleanprivate Buttonprivate static final ITextComponentstatic final ITextComponent[]private intprivate static final ITextComponentprivate TextFieldWidgetprivate final RealmsWorldOptionsprotected final RealmsConfigureWorldScreenprivate Booleanprivate Buttonprivate Booleanprivate Buttonprivate Booleanprivate Buttonprivate Booleanprivate Buttonprivate Integerprivate static final ITextComponentprivate static final ITextComponentprivate RealmsLabelprivate RealmsLabelprivate final RealmsServer.ServerTypeFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthFields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION - 
Constructor Summary
ConstructorsConstructorDescriptionRealmsSlotOptionsScreen(RealmsConfigureWorldScreen p_i51750_1_, RealmsWorldOptions p_i51750_2_, RealmsServer.ServerType p_i51750_3_, int p_i51750_4_)  - 
Method Summary
Modifier and TypeMethodDescriptionprivate ITextComponentprivate ITextComponentprivate ITextComponentprivate ITextComponentprivate static ITextComponentgetOnOff(boolean p_238050_0_) private Stringvoidinit()booleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) private ITextComponentpvpTitle()voidremoved()voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_) private voidprivate ITextComponentprivate ITextComponentprivate ITextComponentvoidtick()Methods inherited from class net.minecraft.realms.RealmsScreen
narrateLabels, rowMethods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus 
- 
Field Details
- 
DIFFICULTIES
 - 
GAME_MODES
 - 
TEXT_ON
 - 
TEXT_OFF
 - 
GAME_MODE_LABEL
 - 
NAME_LABEL
 - 
nameEdit
 - 
parent
 - 
column1X
private int column1X - 
columnWidth
private int columnWidth - 
column2X
private int column2X - 
options
 - 
worldType
 - 
activeSlot
private final int activeSlot - 
difficulty
private int difficulty - 
gameMode
private int gameMode - 
pvp
 - 
spawnNPCs
 - 
spawnAnimals
 - 
spawnMonsters
 - 
spawnProtection
 - 
commandBlocks
 - 
forceGameMode
 - 
pvpButton
 - 
spawnAnimalsButton
 - 
spawnMonstersButton
 - 
spawnNPCsButton
 - 
spawnProtectionButton
 - 
commandBlocksButton
 - 
forceGameModeButton
 - 
titleLabel
 - 
warningLabel
 
 - 
 - 
Constructor Details
- 
RealmsSlotOptionsScreen
public RealmsSlotOptionsScreen(RealmsConfigureWorldScreen p_i51750_1_, RealmsWorldOptions p_i51750_2_, RealmsServer.ServerType p_i51750_3_, int p_i51750_4_)  
 - 
 - 
Method Details
- 
removed
public void removed() - 
tick
public void tick()- Specified by:
 tickin interfaceIScreen- Overrides:
 tickin classRealmsScreen
 - 
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) - Specified by:
 keyPressedin interfaceIGuiEventListener- Specified by:
 keyPressedin interfaceINestedGuiEventHandler- Overrides:
 keyPressedin classScreen
 - 
init
public void init() - 
difficultyTitle
 - 
gameModeTitle
 - 
pvpTitle
 - 
spawnAnimalsTitle
 - 
spawnMonstersTitle
 - 
spawnNPCsTitle
 - 
commandBlocksTitle
 - 
forceGameModeTitle
 - 
getOnOff
 - 
render
- Specified by:
 renderin interfaceIRenderable- Overrides:
 renderin classScreen
 - 
getSlotName
 - 
saveSettings
private void saveSettings() 
 -