Uses of 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 worldType) -
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 TypeFieldDescription(package private) WorldTemplatePaginatedListRealmsResetWorldScreen.adventuremaps(package private) WorldTemplatePaginatedListRealmsResetWorldScreen.experiences(package private) WorldTemplatePaginatedListRealmsResetWorldScreen.inspirations(package private) WorldTemplatePaginatedListRealmsResetWorldScreen.templatesMethods in com.mojang.realmsclient.gui.screens that return types with arguments of type WorldTemplatePaginatedListModifier and TypeMethodDescription(package private) com.mojang.datafixers.util.Either<WorldTemplatePaginatedList, Exception> RealmsSelectWorldTemplateScreen.fetchTemplates(WorldTemplatePaginatedList templates, RealmsClient realmsClient) Methods in com.mojang.realmsclient.gui.screens with parameters of type WorldTemplatePaginatedListModifier and TypeMethodDescription(package private) com.mojang.datafixers.util.Either<WorldTemplatePaginatedList, Exception> RealmsSelectWorldTemplateScreen.fetchTemplates(WorldTemplatePaginatedList templates, RealmsClient realmsClient) private voidRealmsSelectWorldTemplateScreen.fetchTemplatesAsync(WorldTemplatePaginatedList output) Constructors in com.mojang.realmsclient.gui.screens with parameters of type WorldTemplatePaginatedListModifierConstructorDescriptionRealmsSelectWorldTemplateScreen(Component title, Consumer<WorldTemplate> callback, RealmsServer.WorldType worldType, WorldTemplatePaginatedList worldTemplatePaginatedList)