|
@@ -3,16 +3,16 @@ package me.lortseam.completeconfig.extensions;
|
|
import me.lortseam.completeconfig.gui.cloth.GuiProvider;
|
|
import me.lortseam.completeconfig.gui.cloth.GuiProvider;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * The main extension type for extending the Cloth Config screen building process.
|
|
|
|
|
|
+ * The main extension type to extend the Cloth Config screen building process.
|
|
*
|
|
*
|
|
* @see me.lortseam.completeconfig.gui.cloth.ClothConfigScreenBuilder
|
|
* @see me.lortseam.completeconfig.gui.cloth.ClothConfigScreenBuilder
|
|
*/
|
|
*/
|
|
public interface GuiExtension extends Extension {
|
|
public interface GuiExtension extends Extension {
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Used to register custom {@link GuiProvider}s.
|
|
|
|
|
|
+ * Used to register custom GUI providers.
|
|
*
|
|
*
|
|
- * @return an array of custom {@link GuiProvider}s
|
|
|
|
|
|
+ * @return an array of custom GUI providers
|
|
*
|
|
*
|
|
* @see GuiProvider
|
|
* @see GuiProvider
|
|
*/
|
|
*/
|