Class PackSelectionModel.UnselectedPackEntry
java.lang.Object
net.minecraft.client.gui.screens.packs.PackSelectionModel.EntryBase
net.minecraft.client.gui.screens.packs.PackSelectionModel.UnselectedPackEntry
- All Implemented Interfaces:
PackSelectionModel.Entry
- Enclosing class:
PackSelectionModel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PackSelectionModel.EntryBase
canMoveDown, canMoveUp, getCompatibility, getDescription, getIconTexture, getId, getPackSource, getTitle, isFixedPosition, isRequired, move, moveDown, moveUp, toggleSelectionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PackSelectionModel.Entry
canSelect, canUnselect, getExtendedDescription
-
Constructor Details
-
UnselectedPackEntry
-
-
Method Details
-
getSelfList
- Specified by:
getSelfListin classPackSelectionModel.EntryBase
-
getOtherList
- Specified by:
getOtherListin classPackSelectionModel.EntryBase
-
isSelected
public boolean isSelected() -
select
public void select() -
unselect
public void unselect()
-