Uses of Class
net.minecraft.client.gui.screen.world.SelectWorldScreen
Package | Description |
---|---|
net.minecraft.client.gui.screen.world |
-
Uses of SelectWorldScreen in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as SelectWorldScreen Modifier and Type Field Description private SelectWorldScreen
WorldListWidget. parent
private SelectWorldScreen
WorldListWidget.Entry. screen
Methods in net.minecraft.client.gui.screen.world that return SelectWorldScreen Modifier and Type Method Description SelectWorldScreen
WorldListWidget. getParent()
Constructors in net.minecraft.client.gui.screen.world with parameters of type SelectWorldScreen Constructor Description WorldListWidget(SelectWorldScreen parent, MinecraftClient client, int width, int height, int top, int bottom, int itemHeight, Supplier<String> searchFilter, @Nullable WorldListWidget list)