Uses of Enum Class
net.minecraft.client.gui.screen.world.WorldListWidget.WorldListType
Packages that use WorldListWidget.WorldListType
-
Uses of WorldListWidget.WorldListType in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as WorldListWidget.WorldListTypeModifier and TypeFieldDescriptionprivate WorldListWidget.WorldListTypeWorldListWidget.Builder.worldListType(package private) final WorldListWidget.WorldListTypeWorldListWidget.worldListTypeMethods in net.minecraft.client.gui.screen.world that return WorldListWidget.WorldListTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WorldListWidget.WorldListType[]WorldListWidget.WorldListType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.gui.screen.world with parameters of type WorldListWidget.WorldListTypeModifierConstructorDescription(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)