Uses of Interface
me.hsgamer.hscore.expansion.common.factory.MapExpansionDescriptionLoader
Packages that use 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
Classes in me.hsgamer.hscore.bukkit.expansion that implement MapExpansionDescriptionLoaderModifier and TypeClassDescriptionclass
The factory to loadExpansionDescription
from a Bukkit YAML file -
Uses of MapExpansionDescriptionLoader in me.hsgamer.hscore.expansion.common.factory
Classes in me.hsgamer.hscore.expansion.common.factory that implement MapExpansionDescriptionLoaderModifier and TypeClassDescriptionclass
The factory that loads theExpansionDescription
from theInputStream
of the jar file -
Uses of MapExpansionDescriptionLoader in me.hsgamer.hscore.expansion.gson
Classes in me.hsgamer.hscore.expansion.gson that implement MapExpansionDescriptionLoaderModifier and TypeClassDescriptionclass
The factory that loads theExpansionDescription
from the json file of the jar file -
Uses of MapExpansionDescriptionLoader in me.hsgamer.hscore.expansion.properties
Classes in me.hsgamer.hscore.expansion.properties that implement MapExpansionDescriptionLoaderModifier and TypeClassDescriptionclass
The factory that loads theExpansionDescription
from theProperties
file of the jar file