Interface UnspecificParser<T>
- All Superinterfaces:
Identifiable
- All Known Implementing Classes:
InventoryParser
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionparse(ConfigurationStream file, String... node)
Deprecated.parse(ConfigurationStream file, ConfigurationNode node)
Deprecated.default void
set(ConfigurationStream file, T value, String... node)
Deprecated.void
set(ConfigurationStream file, T value, ConfigurationNode node)
Deprecated.Methods inherited from interface org.core.utils.Identifiable
getId, getName
-
Method Details
-
set
Deprecated. -
parse
Deprecated. -
parse
Deprecated. -
set
Deprecated.
-