com.mojang.realmsclient.dto

public record WorldTemplatePaginatedList

gca
com.mojang.realmsclient.dto.WorldTemplatePaginatedList
net.minecraft.class_4891
net.minecraft.client.realms.dto.WorldTemplatePaginatedList
net.minecraft.src.C_3265_

字段概要

修饰符与类型字段
private final List<WorldTemplate>
a
templates
comp_5048
templates
f_87753_
private final int
b
page
comp_5049
page
f_87754_
private final int
c
size
comp_5050
size
f_87755_
private final int
d
total
comp_5051
total
f_87756_
private static final org.slf4j.Logger
e
LOGGER
field_22680
LOGGER
f_87757_

构造函数概要

修饰符构造函数
public (int size)
public (List<WorldTemplate> templates, int page, int size, int total)

方法概要

修饰符与类型方法
public boolean
a()
isLastPage()
method_35688()
isLastPage()
m_167327_()
public static WorldTemplatePaginatedList
a(String arg0)
parse(String arg0)
method_25097(String arg0)
parse(String json)
m_87762_(String p_87763_)
public List<WorldTemplate>
b()
templates()
comp_5048()
templates()
f_87753_()
public int
c()
page()
comp_5049()
page()
f_87754_()
public int
d()
size()
comp_5050()
size()
f_87755_()
public int
e()
total()
comp_5051()
total()
f_87756_()