Class PackSelectionModel.UnselectedPackEntry
java.lang.Object
net.minecraft.client.gui.screens.packs.PackSelectionModel.EntryBase
net.minecraft.client.gui.screens.packs.PackSelectionModel.UnselectedPackEntry
- All Implemented Interfaces:
- PackSelectionModel.Entry
- Enclosing class:
- PackSelectionModel
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.gui.screens.packs.PackSelectionModel.EntryBasecanMoveDown, canMoveUp, getCompatibility, getDescription, getIconTexture, getId, getPackSource, getTitle, isFixedPosition, isRequired, move, moveDown, moveUp, notHidden, toggleSelectionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.screens.packs.PackSelectionModel.EntrycanSelect, canUnselect, getExtendedDescription
- 
Constructor Details- 
UnselectedPackEntry
 
- 
- 
Method Details- 
getSelfList- Specified by:
- getSelfListin class- PackSelectionModel.EntryBase
 
- 
getOtherList- Specified by:
- getOtherListin class- PackSelectionModel.EntryBase
 
- 
isSelectedpublic boolean isSelected()
- 
selectpublic void select()
- 
unselectpublic void unselect()
 
-