Interface ResourcePackOrganizer.Pack
- All Known Implementing Classes:
ResourcePackOrganizer.AbstractPack
,ResourcePackOrganizer.DisabledPack
,ResourcePackOrganizer.EnabledPack
- Enclosing class:
- ResourcePackOrganizer
@Environment(CLIENT)
public static interface ResourcePackOrganizer.Pack
-
Method Summary
Modifier and Type Method 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()
-
Method Details
-
method_30286
Identifier method_30286() -
getCompatibility
ResourcePackCompatibility getCompatibility() -
getDisplayName
Text getDisplayName() -
getDescription
Text getDescription() -
getSource
ResourcePackSource getSource() -
getDecoratedDescription
-
isPinned
boolean isPinned() -
isAlwaysEnabled
boolean isAlwaysEnabled() -
enable
void enable() -
disable
void disable() -
moveTowardStart
void moveTowardStart() -
moveTowardEnd
void moveTowardEnd() -
isEnabled
boolean isEnabled() -
canBeEnabled
default boolean canBeEnabled() -
canBeDisabled
default boolean canBeDisabled() -
canMoveTowardStart
boolean canMoveTowardStart() -
canMoveTowardEnd
boolean canMoveTowardEnd()
-