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 TypeClassDescriptionprivate classprivate classFields in net.minecraft.client.gui.screens.packs with type parameters of type PackSelectionModel.EntryBaseModifier and TypeFieldDescriptionprivate final Consumer<PackSelectionModel.EntryBase> PackSelectionModel.onListChangedMethods in net.minecraft.client.gui.screens.packs with parameters of type PackSelectionModel.EntryBaseModifier and TypeMethodDescriptionprivate voidPackSelectionScreen.populateLists(@Nullable PackSelectionModel.EntryBase transferredEntry) voidTransferableSelectionList.updateList(Stream<PackSelectionModel.Entry> entries, @Nullable PackSelectionModel.EntryBase transferredEntry) Constructor parameters in net.minecraft.client.gui.screens.packs with type arguments of type PackSelectionModel.EntryBaseModifierConstructorDescriptionPackSelectionModel(Consumer<PackSelectionModel.EntryBase> onListChanged, Function<Pack, Identifier> iconGetter, PackRepository repository, Consumer<PackRepository> output)