Uses of Class
net.minecraft.client.realms.dto.WorldTemplatePaginatedList
Packages that use WorldTemplatePaginatedList
Package
Description
-
Uses of WorldTemplatePaginatedList in net.minecraft.client.realms
Methods in net.minecraft.client.realms that return WorldTemplatePaginatedListModifier and TypeMethodDescriptionRealmsClient.fetchWorldTemplates(int page, int pageSize, RealmsServer.WorldType type) -
Uses of WorldTemplatePaginatedList in net.minecraft.client.realms.dto
Methods in net.minecraft.client.realms.dto that return WorldTemplatePaginatedList -
Uses of WorldTemplatePaginatedList in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as WorldTemplatePaginatedListModifier and TypeFieldDescriptionprivate WorldTemplatePaginatedListRealmsResetWorldScreen.adventureWorldTemplatesprivate WorldTemplatePaginatedListRealmsResetWorldScreen.experienceWorldTemplatesprivate WorldTemplatePaginatedListRealmsResetWorldScreen.inspirationWorldTemplatesprivate WorldTemplatePaginatedListRealmsResetWorldScreen.normalWorldTemplatesMethods in net.minecraft.client.realms.gui.screen that return types with arguments of type WorldTemplatePaginatedListModifier and TypeMethodDescriptionprivate com.mojang.datafixers.util.Either<WorldTemplatePaginatedList,String>RealmsSelectWorldTemplateScreen.method_21416(WorldTemplatePaginatedList worldTemplatePaginatedList, RealmsClient realmsClient)Methods in net.minecraft.client.realms.gui.screen with parameters of type WorldTemplatePaginatedListModifier and TypeMethodDescriptionprivate com.mojang.datafixers.util.Either<WorldTemplatePaginatedList,String>RealmsSelectWorldTemplateScreen.method_21416(WorldTemplatePaginatedList worldTemplatePaginatedList, RealmsClient realmsClient)private voidRealmsSelectWorldTemplateScreen.setPagination(WorldTemplatePaginatedList worldTemplatePaginatedList)Constructors in net.minecraft.client.realms.gui.screen with parameters of type WorldTemplatePaginatedListModifierConstructorDescriptionRealmsSelectWorldTemplateScreen(Consumer<WorldTemplate> callback, RealmsServer.WorldType worldType, @Nullable WorldTemplatePaginatedList list)