Uses of Record Class
com.mojang.realmsclient.dto.WorldTemplatePaginatedList
Packages that use WorldTemplatePaginatedList
Package
Description
-
Uses of WorldTemplatePaginatedList in com.mojang.realmsclient.client
Methods in com.mojang.realmsclient.client that return WorldTemplatePaginatedListModifier and TypeMethodDescriptionRealmsClient.fetchWorldTemplates(int page, int pageSize, RealmsServer.WorldType type) -
Uses of WorldTemplatePaginatedList in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto that return WorldTemplatePaginatedList -
Uses of WorldTemplatePaginatedList in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as WorldTemplatePaginatedListModifier and TypeFieldDescriptionprivate WorldTemplatePaginatedListRealmsResetWorldScreen.adventuremapsprivate WorldTemplatePaginatedListRealmsResetWorldScreen.experiencesprivate WorldTemplatePaginatedListRealmsResetWorldScreen.inspirationsprivate WorldTemplatePaginatedListRealmsResetWorldScreen.templatesMethods in com.mojang.realmsclient.gui.screens that return types with arguments of type WorldTemplatePaginatedListModifier and TypeMethodDescriptionprivate com.mojang.datafixers.util.Either<WorldTemplatePaginatedList, Exception> RealmsSelectWorldTemplateScreen.fetchTemplates(WorldTemplatePaginatedList paginatedList, RealmsClient client) Methods in com.mojang.realmsclient.gui.screens with parameters of type WorldTemplatePaginatedListModifier and TypeMethodDescriptionprivate com.mojang.datafixers.util.Either<WorldTemplatePaginatedList, Exception> RealmsSelectWorldTemplateScreen.fetchTemplates(WorldTemplatePaginatedList paginatedList, RealmsClient client) private voidRealmsSelectWorldTemplateScreen.fetchTemplatesAsync(WorldTemplatePaginatedList startPage) Constructors in com.mojang.realmsclient.gui.screens with parameters of type WorldTemplatePaginatedListModifierConstructorDescriptionRealmsSelectWorldTemplateScreen(Component title, Consumer<WorldTemplate> callback, RealmsServer.WorldType worldType, @Nullable WorldTemplatePaginatedList alreadyFetched) RealmsSelectWorldTemplateScreen(Component title, Consumer<WorldTemplate> callback, RealmsServer.WorldType worldType, @Nullable WorldTemplatePaginatedList alreadyFetched, List<Component> subtitle)