Package com.winterhavenmc.library.messagebuilder.resources
package com.winterhavenmc.library.messagebuilder.resources
This package contains packages that pertain to resources and their handlers.
Subpackages exist for the plugin
config.yml
configuration file,
as well as the yaml language file, which is divided into top-level sections
each having their own query handler for retrieving records or values.-
ClassDescriptionAn interface that describes classes that are responsible for installing resources from the jar to the plugin data directory.An interface that represents classes responsible for loading an installed resource file from the plugin data directory.An interface that describes a resource manager that is responsible for installing resources from the plugin jar file to the plugin data directory, as well as loading and reloading the installed files at startup or issuance of the
reload
command.