@Environment(value=CLIENT)
public static interface ResourcePackOrganizer.Pack
Modifier and Type | Method and Description |
---|---|
default boolean |
canBeDisabled() |
default boolean |
canBeEnabled() |
boolean |
canMoveTowardEnd() |
boolean |
canMoveTowardStart() |
void |
disable() |
void |
enable() |
ResourcePackCompatibility |
getCompatibility() |
default Text |
getDecoratedDescription() |
Text |
getDescription() |
Text |
getDisplayName() |
ResourcePackSource |
getSource() |
boolean |
isAlwaysEnabled() |
boolean |
isEnabled() |
boolean |
isPinned() |
Identifier |
method_30286() |
void |
moveTowardEnd() |
void |
moveTowardStart() |
Identifier method_30286()
ResourcePackCompatibility getCompatibility()
Text getDisplayName()
Text getDescription()
ResourcePackSource getSource()
default Text getDecoratedDescription()
boolean isPinned()
boolean isAlwaysEnabled()
void enable()
void disable()
void moveTowardStart()
void moveTowardEnd()
boolean isEnabled()
default boolean canBeEnabled()
default boolean canBeDisabled()
boolean canMoveTowardStart()
boolean canMoveTowardEnd()