Clarified comments in Core.

This commit is contained in:
Jeremy Wood 2012-11-09 12:54:19 -05:00
parent 227fb9ba81
commit 0395ead29d

View File

@ -6,7 +6,7 @@ import com.dumptruckman.minecraft.pluginbase.plugin.PluginBase;
* Multiverse 3 Core API
* <p>
* This API contains a bunch of useful things you can get out of Multiverse in general!
* This is the class you should cast your plugin to.
* This is the class you should cast your plugin to unless you need more Implementation specific API.
*/
public interface Core extends PluginBase<CoreConfig> {