Uses of Class
net.minecraft.client.gui.screen.world.WorldListWidget
Packages that use WorldListWidget
-
Uses of WorldListWidget in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as WorldListWidgetModifier and TypeFieldDescriptionprivate @Nullable WorldListWidgetSelectWorldScreen.levelListprivate final WorldListWidgetWorldListWidget.WorldEntry.parentprivate @Nullable WorldListWidgetWorldListWidget.Builder.predecessorMethods in net.minecraft.client.gui.screen.world that return WorldListWidgetMethods in net.minecraft.client.gui.screen.world with parameters of type WorldListWidgetModifier and TypeMethodDescriptionprivate voidSelectWorldScreen.addButtons(Consumer<WorldListWidget.WorldEntry> playAction, WorldListWidget levelList) WorldListWidget.Builder.predecessor(@Nullable WorldListWidget predecessor) Constructors in net.minecraft.client.gui.screen.world with parameters of type WorldListWidgetModifierConstructorDescriptionWorldEntry(WorldListWidget parent, LevelSummary summary) (package private)WorldListWidget(Screen parent, MinecraftClient client, int width, int height, String search, @Nullable WorldListWidget predecessor, @Nullable Consumer<LevelSummary> selectionCallback, @Nullable Consumer<WorldListWidget.WorldEntry> confirmationCallback, WorldListWidget.WorldListType worldListType) -
Uses of WorldListWidget in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as WorldListWidgetModifier and TypeFieldDescriptionprivate @Nullable WorldListWidgetRealmsSelectFileToUploadScreen.worldSelectionList