Added javadoc for FancyText

This commit is contained in:
main() 2011-12-31 20:38:53 +01:00
parent 6f884c9308
commit f18d457a83

View File

@ -7,11 +7,14 @@
package com.onarandombox.MultiverseCore.api;
/**
* A fancy text.
*/
public interface FancyText {
/**
* TODO: Write something useful here.
* Gets the {@link String}-representation of this {@link FancyText}.
*
* @return And Here.
* @return The {@link String}-representation of this {@link FancyText}.
*/
String getFancyText();
}