Ver Fonte

Javadoc

Lortseam há 4 anos atrás
pai
commit
4950157be8

+ 3 - 3
lib/src/main/java/me/lortseam/completeconfig/extensions/GuiExtension.java

@@ -3,16 +3,16 @@ package me.lortseam.completeconfig.extensions;
 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
  */
 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
      */