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 WorldListWidgetWorldListWidget.class_11780.field_62198private final WorldListWidgetWorldListWidget.WorldEntry.field_62205private @Nullable WorldListWidgetSelectWorldScreen.levelListMethods in net.minecraft.client.gui.screen.world that return WorldListWidgetMethods in net.minecraft.client.gui.screen.world with parameters of type WorldListWidgetModifier and TypeMethodDescriptionWorldListWidget.class_11780.method_73457(@Nullable WorldListWidget worldListWidget) private voidSelectWorldScreen.method_74221(Consumer<WorldListWidget.WorldEntry> consumer, WorldListWidget worldListWidget) Constructors in net.minecraft.client.gui.screen.world with parameters of type WorldListWidgetModifierConstructorDescriptionWorldEntry(WorldListWidget worldListWidget, LevelSummary levelSummary) (package private)WorldListWidget(Screen screen, MinecraftClient client, int width, int height, String string, @Nullable WorldListWidget worldListWidget, @Nullable Consumer<LevelSummary> consumer, @Nullable Consumer<WorldListWidget.WorldEntry> consumer2, WorldListWidget.class_11781 class_11781) -
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