Interface ConvertManager


public interface ConvertManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convertFile(org.bukkit.command.CommandSender sender, ConvertType type, long hour)
    Converts a file based on the specified type and hour.
  • Method Details

    • convertFile

      void convertFile(org.bukkit.command.CommandSender sender, ConvertType type, long hour)
      Converts a file based on the specified type and hour.
      Parameters:
      sender - the command sender who initiated the conversion.
      type - the type of conversion to be performed.
      hour - the hour to be considered for the conversion.