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 booleancanBeDisabled()default booleancanBeEnabled()booleancanMoveTowardEnd()booleancanMoveTowardStart()voiddisable()voidenable()ResourcePackCompatibilitygetCompatibility()default TextgetDecoratedDescription()TextgetDescription()TextgetDisplayName()ResourcePackSourcegetSource()booleanisAlwaysEnabled()booleanisEnabled()booleanisPinned()Identifiermethod_30286()voidmoveTowardEnd()voidmoveTowardStart()
-
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()
-