Class PackSelectionModel.SelectedPackEntry
java.lang.Object
net.minecraft.client.gui.screens.packs.PackSelectionModel.EntryBase
net.minecraft.client.gui.screens.packs.PackSelectionModel.SelectedPackEntry
- All Implemented Interfaces:
PackSelectionModel.Entry
- Enclosing class:
- PackSelectionModel
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.gui.screens.packs.PackSelectionModel.EntryBase
canMoveDown, canMoveUp, getCompatibility, getDescription, getIconTexture, getId, getPackSource, getTitle, isFixedPosition, isRequired, move, moveDown, moveUp, notHidden, toggleSelection
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
-
Constructor Details
-
SelectedPackEntry
-
-
Method Details
-
getSelfList
- Specified by:
getSelfList
in classPackSelectionModel.EntryBase
-
getOtherList
- Specified by:
getOtherList
in classPackSelectionModel.EntryBase
-
isSelected
public boolean isSelected() -
select
public void select() -
unselect
public void unselect()
-