net.minecraft.client.gui.screens.worldselection

public class WorldSelectionList$Builder

gxb$a
net.minecraft.client.gui.screens.worldselection.WorldSelectionList$Builder
net.minecraft.class_528$class_11780
net.minecraft.client.gui.screen.world.WorldListWidget$Builder

Field summary

Modifier and TypeField
private final Minecraft
a
minecraft
field_62192
client
private final Screen
b
screen
field_62193
parent
private int
c
width
field_62194
width
private int
d
height
field_62195
height
private String
e
filter
field_62196
search
private WorldSelectionList$EntryType
f
type
field_62197
worldListType
private WorldSelectionList
g
oldList
field_62198
predecessor
private Consumer<LevelSummary>
h
onEntrySelect
field_62199
selectionCallback
private Consumer<WorldSelectionList$WorldListEntry>
i
onEntryInteract
field_62200
confirmationCallback

Constructor summary

ModifierConstructor
public (Minecraft client, Screen parent)

Method summary

Modifier and TypeMethod
public WorldSelectionList$Builder
a(int arg0)
width(int arg0)
method_73456(int arg0)
width(int width)
public WorldSelectionList$Builder
b(int arg0)
height(int arg0)
method_73461(int arg0)
height(int height)
public WorldSelectionList$Builder
a(String arg0)
filter(String arg0)
method_73458(String arg0)
search(String search)
public WorldSelectionList$Builder
a(gxb arg0)
oldList(WorldSelectionList arg0)
method_73457(class_528 arg0)
predecessor(WorldListWidget predecessor)
public WorldSelectionList$Builder
a(Consumer<fmb> arg0)
onEntrySelect(Consumer<LevelSummary> arg0)
method_73459(Consumer<class_34> arg0)
selectionCallback(Consumer<LevelSummary> selectionCallback)
public WorldSelectionList$Builder
b(Consumer<gxb$f> arg0)
onEntryInteract(Consumer<WorldSelectionList$WorldListEntry> arg0)
method_73462(Consumer<class_528$class_4272> arg0)
confirmationCallback(Consumer<WorldListWidget$WorldEntry> confirmationCallback)
public WorldSelectionList$Builder
a()
uploadWorld()
method_73455()
uploadWorld()
public WorldSelectionList
b()
build()
method_73460()
toWidget()