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 p_224930_1_, int p_224930_2_, RealmsServer.ServerType p_224930_3_) -
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,String> RealmsSelectWorldTemplateScreen.fetchTemplates(WorldTemplatePaginatedList p_224509_1_, RealmsClient p_224509_2_) Methods in com.mojang.realmsclient.gui.screens with parameters of type WorldTemplatePaginatedListModifier and TypeMethodDescriptionprivate com.mojang.datafixers.util.Either<WorldTemplatePaginatedList,String> RealmsSelectWorldTemplateScreen.fetchTemplates(WorldTemplatePaginatedList p_224509_1_, RealmsClient p_224509_2_) private voidRealmsSelectWorldTemplateScreen.fetchTemplatesAsync(WorldTemplatePaginatedList p_224497_1_) Constructors in com.mojang.realmsclient.gui.screens with parameters of type WorldTemplatePaginatedListModifierConstructorDescriptionRealmsSelectWorldTemplateScreen(NotifableRealmsScreen p_i51753_1_, RealmsServer.ServerType p_i51753_2_, WorldTemplatePaginatedList p_i51753_3_)