not needed
This commit is contained in:
parent
322daaa83c
commit
6b74f1711f
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
package org.zhdev.config;
|
||||
|
||||
import org.bukkit.plugin.Plugin;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public interface BukkitConfig extends Config {
|
||||
File load(Plugin plugin, String path) throws ConfigException;
|
||||
|
||||
File load(Plugin plugin) throws ConfigException;
|
||||
|
||||
File saveIfEmpty(Plugin plugin, String path) throws ConfigException;
|
||||
|
||||
File saveIfEmpty(Plugin plugin) throws ConfigException;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue