Uses of Enum Class
com.mojang.realmsclient.dto.RealmsServer.ServerType
Package
Description
-
Uses of RealmsServer.ServerType in com.mojang.realmsclient.client
Modifier and TypeMethodDescriptionRealmsClient.fetchWorldTemplates
(int p_224930_1_, int p_224930_2_, RealmsServer.ServerType p_224930_3_) -
Uses of RealmsServer.ServerType in com.mojang.realmsclient.dto
Modifier and TypeMethodDescriptionprivate static RealmsServer.ServerType
RealmsServer.getWorldType
(String p_230781_0_) static RealmsServer.ServerType
Returns the enum constant of this class with the specified name.static RealmsServer.ServerType[]
RealmsServer.ServerType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RealmsServer.ServerType in com.mojang.realmsclient.gui.screens
Modifier and TypeFieldDescriptionprivate final RealmsServer.ServerType
RealmsSelectWorldTemplateScreen.worldType
private final RealmsServer.ServerType
RealmsSlotOptionsScreen.worldType
ModifierConstructorDescriptionRealmsSelectWorldTemplateScreen
(NotifableRealmsScreen p_i51752_1_, RealmsServer.ServerType p_i51752_2_) RealmsSelectWorldTemplateScreen
(NotifableRealmsScreen p_i51753_1_, RealmsServer.ServerType p_i51753_2_, WorldTemplatePaginatedList p_i51753_3_) RealmsSlotOptionsScreen
(RealmsConfigureWorldScreen p_i51750_1_, RealmsWorldOptions p_i51750_2_, RealmsServer.ServerType p_i51750_3_, int p_i51750_4_)