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