Interface Datapack


public interface Datapack
  • Method Details

    • getName

      @NonNull String getName()
      Returns:
      the name of the pack
    • getCompatibility

      @NonNull Datapack.Compatibility getCompatibility()
      Returns:
      the compatibility of the pack
    • isEnabled

      boolean isEnabled()
      Returns:
      whether or not the pack is currently enabled
    • setEnabled

      void setEnabled(boolean enabled)