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) WorldTemplatePaginatedList
RealmsResetWorldScreen.adventuremaps
(package private) WorldTemplatePaginatedList
RealmsResetWorldScreen.experiences
(package private) WorldTemplatePaginatedList
RealmsResetWorldScreen.inspirations
(package private) WorldTemplatePaginatedList
RealmsResetWorldScreen.templates
Methods 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 p_89656_, RealmsClient p_89657_) 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 p_89656_, RealmsClient p_89657_) private void
RealmsSelectWorldTemplateScreen.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)