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 pPage, int pPageSize, RealmsServer.WorldType pWorldType) -
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 pTemplates, RealmsClient pRealmsClient) 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 pTemplates, RealmsClient pRealmsClient) private voidRealmsSelectWorldTemplateScreen.fetchTemplatesAsync(WorldTemplatePaginatedList pOutput) Constructors in com.mojang.realmsclient.gui.screens with parameters of type WorldTemplatePaginatedListModifierConstructorDescriptionRealmsSelectWorldTemplateScreen(Component pTitle, Consumer<WorldTemplate> pCallback, RealmsServer.WorldType pWorldType, WorldTemplatePaginatedList pWorldTemplatePaginatedList)