Class PackSelectionModel.EntryBase
java.lang.Object
net.minecraft.client.gui.screens.packs.PackSelectionModel.EntryBase
- All Implemented Interfaces:
 PackSelectionModel.Entry
- Direct Known Subclasses:
 PackSelectionModel.SelectedPackEntry,PackSelectionModel.UnselectedPackEntry
- Enclosing class:
 - PackSelectionModel
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.screens.packs.PackSelectionModel.Entry
canSelect, canUnselect, getExtendedDescription, isSelected, select, unselect 
- 
Field Details
- 
pack
 
 - 
 - 
Constructor Details
- 
EntryBase
 
 - 
 - 
Method Details
- 
getSelfList
 - 
getOtherList
 - 
getIconTexture
- Specified by:
 getIconTexturein interfacePackSelectionModel.Entry
 - 
getCompatibility
- Specified by:
 getCompatibilityin interfacePackSelectionModel.Entry
 - 
getId
- Specified by:
 getIdin interfacePackSelectionModel.Entry
 - 
getTitle
- Specified by:
 getTitlein interfacePackSelectionModel.Entry
 - 
getDescription
- Specified by:
 getDescriptionin interfacePackSelectionModel.Entry
 - 
getPackSource
- Specified by:
 getPackSourcein interfacePackSelectionModel.Entry
 - 
isFixedPosition
public boolean isFixedPosition()- Specified by:
 isFixedPositionin interfacePackSelectionModel.Entry
 - 
isRequired
public boolean isRequired()- Specified by:
 isRequiredin interfacePackSelectionModel.Entry
 - 
toggleSelection
protected void toggleSelection() - 
updateHighContrastOptionInstance
private void updateHighContrastOptionInstance() - 
move
protected void move(int p_99939_)  - 
canMoveUp
public boolean canMoveUp()- Specified by:
 canMoveUpin interfacePackSelectionModel.Entry
 - 
moveUp
public void moveUp()- Specified by:
 moveUpin interfacePackSelectionModel.Entry
 - 
canMoveDown
public boolean canMoveDown()- Specified by:
 canMoveDownin interfacePackSelectionModel.Entry
 - 
moveDown
public void moveDown()- Specified by:
 moveDownin interfacePackSelectionModel.Entry
 
 -