Uses of Class
net.minecraft.client.gui.screens.packs.PackSelectionModel.EntryBase
Packages that use PackSelectionModel.EntryBase
-
Uses of PackSelectionModel.EntryBase in net.minecraft.client.gui.screens.packs
Subclasses of PackSelectionModel.EntryBase in net.minecraft.client.gui.screens.packsModifier and TypeClassDescription(package private) class(package private) classFields in net.minecraft.client.gui.screens.packs with type parameters of type PackSelectionModel.EntryBaseModifier and TypeFieldDescription(package private) final Consumer<PackSelectionModel.EntryBase> PackSelectionModel.onListChangedMethods in net.minecraft.client.gui.screens.packs with parameters of type PackSelectionModel.EntryBaseModifier and TypeMethodDescriptionprivate voidPackSelectionScreen.populateLists(PackSelectionModel.EntryBase entry) voidTransferableSelectionList.updateList(Stream<PackSelectionModel.Entry> entries, PackSelectionModel.EntryBase focused) Constructor parameters in net.minecraft.client.gui.screens.packs with type arguments of type PackSelectionModel.EntryBaseModifierConstructorDescriptionPackSelectionModel(Consumer<PackSelectionModel.EntryBase> onListChanged, Function<Pack, ResourceLocation> iconGetter, PackRepository repository, Consumer<PackRepository> output)