Interface ResourcePackOrganizer.Pack

All Known Implementing Classes:
ResourcePackOrganizer.AbstractPack, ResourcePackOrganizer.DisabledPack, ResourcePackOrganizer.EnabledPack
Enclosing class:
ResourcePackOrganizer

@Environment(CLIENT)
public static interface ResourcePackOrganizer.Pack
  • Method Details

    • method_30286

      Identifier method_30286()
    • getCompatibility

      ResourcePackCompatibility getCompatibility()
    • getDisplayName

      Text getDisplayName()
    • getDescription

      Text getDescription()
    • getSource

      ResourcePackSource getSource()
    • getDecoratedDescription

      default Text 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()