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
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getIconTexture
in interfacePackSelectionModel.Entry
-
getCompatibility
- Specified by:
getCompatibility
in interfacePackSelectionModel.Entry
-
getTitle
- Specified by:
getTitle
in interfacePackSelectionModel.Entry
-
getDescription
- Specified by:
getDescription
in interfacePackSelectionModel.Entry
-
getPackSource
- Specified by:
getPackSource
in interfacePackSelectionModel.Entry
-
isFixedPosition
public boolean isFixedPosition()- Specified by:
isFixedPosition
in interfacePackSelectionModel.Entry
-
isRequired
public boolean isRequired()- Specified by:
isRequired
in interfacePackSelectionModel.Entry
-
toggleSelection
protected void toggleSelection() -
move
protected void move(int p_99939_) -
canMoveUp
public boolean canMoveUp()- Specified by:
canMoveUp
in interfacePackSelectionModel.Entry
-
moveUp
public void moveUp()- Specified by:
moveUp
in interfacePackSelectionModel.Entry
-
canMoveDown
public boolean canMoveDown()- Specified by:
canMoveDown
in interfacePackSelectionModel.Entry
-
moveDown
public void moveDown()- Specified by:
moveDown
in interfacePackSelectionModel.Entry
-
notHidden
public boolean notHidden()- Specified by:
notHidden
in interfacePackSelectionModel.Entry
-