MCPcopy Create free account
hub / github.com/Maxlego08/zMenu / save

Method save

API/src/main/java/fr/maxlego08/menu/api/utils/Loader.java:36–36  ·  view source on GitHub ↗

Saves an object to a YAML configuration. @param object The object to be saved. @param configuration The YAML configuration to save the object to. @param path The path within the configuration where the object should be saved. @param file The file where the configuration is stored. @param objects Ad

(T object,@NotNull YamlConfiguration configuration,@NotNull String path, File file, Object... objects)

Source from the content-addressed store, hash-verified

34 * @param objects Additional parameters that might be needed for saving.
35 */
36 void save(T object,@NotNull YamlConfiguration configuration,@NotNull String path, File file, Object... objects);
37
38}

Callers 15

saveMethod · 0.65
onDisableMethod · 0.65
createNewInventoryMethod · 0.65
saveItemMethod · 0.65
saveMethod · 0.65
saveMethod · 0.65
MetricsMethod · 0.65
saveMethod · 0.65
saveMethod · 0.65
saveMethod · 0.65
saveMethod · 0.65
saveMethod · 0.65

Implementers 15

ConfigurationAPI/src/main/java/fr/maxlego08/menu/ap
BedrockLoaderHooks/Bedrock/src/main/java/fr/maxlego
DialogLoaderHooks/Paper/src/main/java/fr/maxlego08
ZCommandManagersrc/main/java/fr/maxlego08/menu/ZComma
MessageLoadersrc/main/java/fr/maxlego08/menu/save/M
Persistsrc/main/java/fr/maxlego08/menu/zcore/
ItemStackLoadersrc/main/java/fr/maxlego08/menu/zcore/
OpenLinkLoadersrc/main/java/fr/maxlego08/menu/loader
RefreshRequiementLoadersrc/main/java/fr/maxlego08/menu/loader
MenuItemStackLoadersrc/main/java/fr/maxlego08/menu/loader
RequirementLoadersrc/main/java/fr/maxlego08/menu/loader
CommandLoadersrc/main/java/fr/maxlego08/menu/loader

Calls

no outgoing calls

Tested by

no test coverage detected