Interface PackSelectionModel.Entry
- All Known Implementing Classes:
- PackSelectionModel.EntryBase,- PackSelectionModel.SelectedPackEntry,- PackSelectionModel.UnselectedPackEntry
- Enclosing class:
- PackSelectionModel
public static interface PackSelectionModel.Entry
- 
Method Details- 
getIconTextureResourceLocation getIconTexture()
- 
getCompatibilityPackCompatibility getCompatibility()
- 
getIdString getId()
- 
getTitleComponent getTitle()
- 
getDescriptionComponent getDescription()
- 
getPackSourcePackSource getPackSource()
- 
getExtendedDescription
- 
isFixedPositionboolean isFixedPosition()
- 
isRequiredboolean isRequired()
- 
selectvoid select()
- 
unselectvoid unselect()
- 
moveUpvoid moveUp()
- 
moveDownvoid moveDown()
- 
isSelectedboolean isSelected()
- 
canSelectdefault boolean canSelect()
- 
canUnselectdefault boolean canUnselect()
- 
canMoveUpboolean canMoveUp()
- 
canMoveDownboolean canMoveDown()
 
-