Class BukkitConverterProvider
java.lang.Object
me.hsgamer.hscore.bukkit.config.converter.BukkitConverterProvider
- All Implemented Interfaces:
ConverterProvider
The
ConverterProvider for Bukkit-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BukkitConverterProvider
public BukkitConverterProvider()
-
-
Method Details
-
register
public static void register()Register the provider -
getConverter
Description copied from interface:ConverterProviderGet theConverterfor the type- Specified by:
getConverterin interfaceConverterProvider- Parameters:
type- the type- Returns:
- the converter or empty if the type is not supported
-