Class YamlSoundResourceInstaller
java.lang.Object
com.winterhavenmc.library.messagebuilder.adapters.resources.sound.YamlSoundResourceInstaller
- All Implemented Interfaces:
ResourceInstaller
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.winterhavenmc.library.messagebuilder.core.ports.resources.ResourceInstaller
ResourceInstaller.InstallerStatus -
Field Summary
Fields inherited from interface com.winterhavenmc.library.messagebuilder.core.ports.resources.ResourceInstaller
LEADING_SLASHES, TWO_OR_MORE_DOTS, TWO_OR_MORE_SLASHES, WHITESPACE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstall()Install resources listed in auto_install.txt to the plugin data directory
-
Constructor Details
-
YamlSoundResourceInstaller
public YamlSoundResourceInstaller(org.bukkit.plugin.Plugin plugin)
-
-
Method Details
-
install
Description copied from interface:ResourceInstallerInstall resources listed in auto_install.txt to the plugin data directory- Specified by:
installin interfaceResourceInstaller
-