Package fr.maxlego08.zauctionhouse.api
Interface ConvertManager
public interface ConvertManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidconvertFile(org.bukkit.command.CommandSender sender, ConvertType type, long hour) Converts a file based on the specified type and hour.
-
Method Details
-
convertFile
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.
-