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 WorldSelectionListModifier and TypeFieldDescriptionprivate @Nullable WorldSelectionListRealmsSelectFileToUploadScreen.list -
Uses of WorldSelectionList in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as WorldSelectionListModifier and TypeFieldDescriptionprivate @Nullable WorldSelectionListSelectWorldScreen.listprivate final WorldSelectionListWorldSelectionList.WorldListEntry.listprivate @Nullable 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> joinWorld, WorldSelectionList list) WorldSelectionList.Builder.oldList(@Nullable WorldSelectionList oldList) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldSelectionListModifierConstructorDescriptionWorldListEntry(WorldSelectionList list, LevelSummary summary) privateWorldSelectionList(Screen screen, Minecraft minecraft, int width, int height, String filter, @Nullable WorldSelectionList oldList, @Nullable Consumer<LevelSummary> onEntrySelect, @Nullable Consumer<WorldSelectionList.WorldListEntry> onEntryInteract, WorldSelectionList.EntryType entryType)