@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 StringRenderable |
getDecoratedDescription() |
Text |
getDescription() |
Text |
getDisplayName() |
ResourcePackSource |
getSource() |
boolean |
isAlwaysEnabled() |
boolean |
isEnabled() |
boolean |
isPinned() |
void |
moveTowardEnd() |
void |
moveTowardStart() |
void |
render(TextureManager textureManager) |
void render(TextureManager textureManager)
ResourcePackCompatibility getCompatibility()
Text getDisplayName()
Text getDescription()
ResourcePackSource getSource()
default StringRenderable 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()