net.minecraft.client.gui.screen.menu.world

public class WorldSelectionList

extends EntryListWidget

bom
net.minecraft.class_2848
net.minecraft.client.gui.screen.menu.world.WorldSelectionList
net.minecraft.client.gui.GuiListWorldSelection
net.minecraft.client.gui.GuiListWorldSelection

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
u
field_13373
LOGGER
field_186797_u
LOGGER
private final SelectWorldScreen
v
field_13374
screen
field_186798_v
worldSelection
private final List<WorldSelectionEntry>
w
field_13375
entries
field_186799_w
entries
private int
x
field_13376
selected
field_186800_x
selectedIdx

Constructor summary

ModifierConstructor
public (SelectWorldScreen screen, Minecraft minecraft, int width, int height, int minY, int maxY, int entryHeight)

Method summary

Modifier and TypeMethod
public void
e()
method_12215()
load()
func_186795_e()
refreshList()
public WorldSelectionEntry
c(int arg0)
method_12213(int arg0)
getEntry(int index)
func_148180_b(int arg0)
getListEntry(int index)
protected int
b()
method_1050()
size()
func_148127_b()
getSize()
protected int
d()
method_1069()
getScrollbarPosition()
func_148137_d()
getScrollBarX()
public int
c()
method_6706()
getRowWidth()
func_148139_c()
getListWidth()
public void
d(int arg0)
method_12214(int arg0)
select(int index)
func_186792_d(int arg0)
selectWorld(int idx)
protected boolean
a(int arg0)
method_1051(int arg0)
isEntrySelected(int arg0)
func_148131_a(int arg0)
isSelected(int arg0)
public WorldSelectionEntry
f()
method_12216()
getSelected()
func_186794_f()
getSelectedWorld()
public SelectWorldScreen
g()
method_12217()
getScreen()
func_186796_g()
getGuiWorldSelection()