Uses of Enum Class
net.minecraft.client.realms.dto.RealmsServer.WorldType
Package
Description
-
Uses of RealmsServer.WorldType in net.minecraft.client.realms
Modifier and TypeMethodDescriptionRealmsClient.fetchWorldTemplates
(int page, int pageSize, RealmsServer.WorldType type) -
Uses of RealmsServer.WorldType in net.minecraft.client.realms.dto
Modifier and TypeMethodDescriptionprivate static RealmsServer.WorldType
RealmsServer.getWorldType
(String state) static RealmsServer.WorldType
Returns the enum constant of this class with the specified name.static RealmsServer.WorldType[]
RealmsServer.WorldType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RealmsServer.WorldType in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate final RealmsServer.WorldType
RealmsSelectWorldTemplateScreen.worldType
private final RealmsServer.WorldType
RealmsSlotOptionsScreen.worldType
ModifierConstructorDescriptionRealmsSelectWorldTemplateScreen
(Text title, Consumer<WorldTemplate> callback, RealmsServer.WorldType worldType) RealmsSelectWorldTemplateScreen
(Text title, Consumer<WorldTemplate> callback, RealmsServer.WorldType worldType, @Nullable WorldTemplatePaginatedList templateList) RealmsSlotOptionsScreen
(RealmsConfigureWorldScreen parent, RealmsWorldOptions options, RealmsServer.WorldType worldType, int activeSlot)