@Environment(value=CLIENT) class ResourcePackOrganizer.DisabledPack extends ResourcePackOrganizer.AbstractPack
| Constructor and Description |
|---|
DisabledPack(T profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
disable() |
void |
enable() |
protected List<T> |
getCurrentList() |
protected List<T> |
getOppositeList() |
boolean |
isEnabled() |
canMoveTowardEnd, canMoveTowardStart, getCompatibility, getDescription, getDisplayName, getSource, isAlwaysEnabled, isPinned, move, moveTowardEnd, moveTowardStart, render, toggleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanBeDisabled, canBeEnabled, getDecoratedDescriptionpublic DisabledPack(T profile)
protected List<T> getCurrentList()
getCurrentList in class ResourcePackOrganizer.AbstractPackprotected List<T> getOppositeList()
getOppositeList in class ResourcePackOrganizer.AbstractPackpublic boolean isEnabled()
public void enable()
public void disable()