Package net.minecraft.client.gui.screen
Class PackLoadingManager.EnabledPack
java.lang.Object
net.minecraft.client.gui.screen.PackLoadingManager.AbstractPack
net.minecraft.client.gui.screen.PackLoadingManager.EnabledPack
- All Implemented Interfaces:
PackLoadingManager.IPack
- Enclosing class:
- PackLoadingManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<ResourcePackInfo>protected List<ResourcePackInfo>booleanvoidselect()voidunselect()Methods inherited from class net.minecraft.client.gui.screen.PackLoadingManager.AbstractPack
canMoveDown, canMoveUp, getCompatibility, getDescription, getIconTexture, getPackSource, getTitle, isFixedPosition, isRequired, move, moveDown, moveUp, notHidden, toggleSelectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.screen.PackLoadingManager.IPack
canSelect, canUnselect, getExtendedDescription
-
Constructor Details
-
EnabledPack
-
-
Method Details
-
getSelfList
- Specified by:
getSelfListin classPackLoadingManager.AbstractPack
-
getOtherList
- Specified by:
getOtherListin classPackLoadingManager.AbstractPack
-
isSelected
public boolean isSelected() -
select
public void select() -
unselect
public void unselect()
-