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> pJoinConsumer, WorldSelectionList pList) WorldSelectionList.Builder.oldList(WorldSelectionList pOldList) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldSelectionListModifierConstructorDescriptionWorldListEntry(WorldSelectionList pList, LevelSummary pSummary) (package private)WorldSelectionList(Screen pScreen, Minecraft pMinecraft, int pWidth, int pHeight, String pFilter, WorldSelectionList pOldList, Consumer<LevelSummary> pOnEntrySelect, Consumer<WorldSelectionList.WorldListEntry> pOnEntryInteract, WorldSelectionList.EntryType pEntryType)