Package me.deecaad.core.commands
Interface Describable
public interface Describable
An interface for objects that has a description.
-
Method Summary
-
Method Details
-
getDescription
String getDescription()- Returns:
- The description of this object.
-