Uses of Class
net.minecraft.client.gui.screens.worldselection.WorldSelectionList
Packages that use WorldSelectionList
Package
Description
-
Uses of WorldSelectionList in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as WorldSelectionList -
Uses of WorldSelectionList in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as WorldSelectionListModifier and TypeFieldDescriptionprivate WorldSelectionListSelectWorldScreen.listprivate final WorldSelectionListWorldSelectionList.WorldListEntry.listprivate WorldSelectionListWorldSelectionList.Builder.oldListMethods in net.minecraft.client.gui.screens.worldselection that return WorldSelectionListMethods in net.minecraft.client.gui.screens.worldselection with parameters of type WorldSelectionListModifier and TypeMethodDescriptionprivate voidSelectWorldScreen.createFooterButtons(Consumer<WorldSelectionList.WorldListEntry> joinConsumer, WorldSelectionList list) WorldSelectionList.Builder.oldList(WorldSelectionList oldList) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldSelectionListModifierConstructorDescriptionWorldListEntry(WorldSelectionList list, LevelSummary summary) (package private)WorldSelectionList(Screen screen, Minecraft minecraft, int width, int height, String filter, WorldSelectionList oldList, Consumer<LevelSummary> onEntrySelect, Consumer<WorldSelectionList.WorldListEntry> onEntryInteract, WorldSelectionList.EntryType entryType)