Uses of Interface
me.hsgamer.hscore.expansion.common.factory.MapExpansionDescriptionLoader
Package
Description
Contains the implementation of
me.hsgamer.hscore.expansion
for BukkitContains the base classes for the expansion factory
Contains the expansion factories that work with the
Gson
Contains the expansion factories that work with the
Properties
-
Uses of MapExpansionDescriptionLoader in me.hsgamer.hscore.bukkit.expansion
Modifier and TypeClassDescriptionclass
The factory to loadExpansionDescription
from a Bukkit YAML file -
Uses of MapExpansionDescriptionLoader in me.hsgamer.hscore.expansion.common.factory
Modifier and TypeClassDescriptionclass
The factory that loads theExpansionDescription
from theInputStream
of the jar file -
Uses of MapExpansionDescriptionLoader in me.hsgamer.hscore.expansion.gson
Modifier and TypeClassDescriptionclass
The factory that loads theExpansionDescription
from the json file of the jar file -
Uses of MapExpansionDescriptionLoader in me.hsgamer.hscore.expansion.properties
Modifier and TypeClassDescriptionclass
The factory that loads theExpansionDescription
from theProperties
file of the jar file