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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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, isSelected, select, unselect
- 
Field Details- 
pack
 
- 
- 
Constructor Details- 
EntryBase
 
- 
- 
Method Details- 
getSelfList
- 
getOtherList
- 
getIconTexture- Specified by:
- getIconTexturein interface- PackSelectionModel.Entry
 
- 
getCompatibility- Specified by:
- getCompatibilityin interface- PackSelectionModel.Entry
 
- 
getId- Specified by:
- getIdin interface- PackSelectionModel.Entry
 
- 
getTitle- Specified by:
- getTitlein interface- PackSelectionModel.Entry
 
- 
getDescription- Specified by:
- getDescriptionin interface- PackSelectionModel.Entry
 
- 
getPackSource- Specified by:
- getPackSourcein interface- PackSelectionModel.Entry
 
- 
isFixedPositionpublic boolean isFixedPosition()- Specified by:
- isFixedPositionin interface- PackSelectionModel.Entry
 
- 
isRequiredpublic boolean isRequired()- Specified by:
- isRequiredin interface- PackSelectionModel.Entry
 
- 
toggleSelectionprotected void toggleSelection()
- 
updateHighContrastOptionInstanceprivate void updateHighContrastOptionInstance()
- 
moveprotected void move(int p_99939_) 
- 
canMoveUppublic boolean canMoveUp()- Specified by:
- canMoveUpin interface- PackSelectionModel.Entry
 
- 
moveUppublic void moveUp()- Specified by:
- moveUpin interface- PackSelectionModel.Entry
 
- 
canMoveDownpublic boolean canMoveDown()- Specified by:
- canMoveDownin interface- PackSelectionModel.Entry
 
- 
moveDownpublic void moveDown()- Specified by:
- moveDownin interface- PackSelectionModel.Entry
 
 
-