Skip to content

Commit

Permalink
Add more links to other methods
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Nov 3, 2024
1 parent 5607aed commit 95b250f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import java.nio.file.Path
* @throws IllegalArgumentException if the resource path is null, empty, or points to a nonexistent resource.
* @see Plugin.saveResource
* @see Plugin.saveResources
* @see Plugin.getDataFolder
* @see Plugin.getDataPath
* @author Esoteric Enderman
*/
fun Plugin.saveResource(resourcePath: Path, replace: Boolean = true) {
Expand All @@ -34,6 +36,8 @@ fun Plugin.saveResource(resourcePath: Path, replace: Boolean = true) {
* @throws IllegalArgumentException if the resource path is null, empty, or points to a nonexistent resource.
* @see Plugin.saveResource
* @see Plugin.saveResources
* @see Plugin.getDataFolder
* @see Plugin.getDataPath
* @author Esoteric Enderman
*/
fun Plugin.saveResource(resourcePath: String) {
Expand Down

0 comments on commit 95b250f

Please sign in to comment.