Uses of Enum Class
net.minecraft.client.realms.dto.RealmsServer.WorldType
Packages that use RealmsServer.WorldType
Package
Description
-
Uses of RealmsServer.WorldType in net.minecraft.client.realms
Methods in net.minecraft.client.realms with parameters of type RealmsServer.WorldTypeModifier and TypeMethodDescriptionRealmsClient.fetchWorldTemplates(int page, int pageSize, RealmsServer.WorldType type) -
Uses of RealmsServer.WorldType in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsServer.WorldTypeMethods in net.minecraft.client.realms.dto that return RealmsServer.WorldTypeModifier and TypeMethodDescriptionprivate static RealmsServer.WorldTypeRealmsServer.getWorldType(String state) static RealmsServer.WorldTypeReturns 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
Fields in net.minecraft.client.realms.gui.screen declared as RealmsServer.WorldTypeModifier and TypeFieldDescriptionprivate final RealmsServer.WorldTypeRealmsSelectWorldTemplateScreen.worldTypeprivate final RealmsServer.WorldTypeRealmsSlotOptionsScreen.worldTypeConstructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsServer.WorldTypeModifierConstructorDescriptionRealmsSelectWorldTemplateScreen(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)