mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-18 22:49:45 +00:00
9 lines
170 B
Java
9 lines
170 B
Java
package com.earth2me.essentials;
|
|
|
|
/**
|
|
* @deprecated New interface will be IReload in api package
|
|
*/
|
|
@Deprecated
|
|
public interface IConf {
|
|
public void reloadConfig();
|
|
}
|