com.mojang.realmsclient.dto

public record WorldTemplatePaginatedList

gas
com.mojang.realmsclient.dto.WorldTemplatePaginatedList
net.minecraft.class_4891
net.minecraft.client.realms.dto.WorldTemplatePaginatedList

Field summary

Modifier and TypeField
private final List<WorldTemplate>
a
templates
comp_5048
templates
private final int
b
page
comp_5049
page
private final int
c
size
comp_5050
size
private final int
d
total
comp_5051
total
private static final org.slf4j.Logger
e
LOGGER
field_22680
LOGGER

Constructor summary

ModifierConstructor
public (int size)
public (List<WorldTemplate> templates, int page, int size, int total)

Method summary

Modifier and TypeMethod
public boolean
a()
isLastPage()
method_35688()
isLastPage()
public static WorldTemplatePaginatedList
a(String arg0)
parse(String arg0)
method_25097(String arg0)
parse(String json)
public List<WorldTemplate>
b()
templates()
comp_5048()
templates()
public int
c()
page()
comp_5049()
page()
public int
d()
size()
comp_5050()
size()
public int
e()
total()
comp_5051()
total()