Uses of Interface
net.minecraft.client.gui.screens.packs.PackSelectionModel.Entry
Packages that use PackSelectionModel.Entry
-
Uses of PackSelectionModel.Entry in net.minecraft.client.gui.screens.packs
Classes in net.minecraft.client.gui.screens.packs that implement PackSelectionModel.EntryModifier and TypeClassDescriptionclass(package private) class(package private) classFields in net.minecraft.client.gui.screens.packs declared as PackSelectionModel.EntryModifier and TypeFieldDescriptionprivate final PackSelectionModel.EntryTransferableSelectionList.PackEntry.packMethods in net.minecraft.client.gui.screens.packs that return types with arguments of type PackSelectionModel.EntryModifier and TypeMethodDescriptionPackSelectionModel.getSelected()PackSelectionModel.getUnselected()Method parameters in net.minecraft.client.gui.screens.packs with type arguments of type PackSelectionModel.EntryModifier and TypeMethodDescriptionprivate voidPackSelectionScreen.filterEntries(String pQuery, Stream<PackSelectionModel.Entry> pEntries, @Nullable TransferableSelectionList pList) voidTransferableSelectionList.updateList(Stream<PackSelectionModel.Entry> pEntries, @Nullable PackSelectionModel.EntryBase pFocused) Constructors in net.minecraft.client.gui.screens.packs with parameters of type PackSelectionModel.EntryModifierConstructorDescriptionPackEntry(Minecraft pMinecraft, TransferableSelectionList pParent, PackSelectionModel.Entry pEntry)