Add name to controllers.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Controller.java
index afc92c0..6f9de5b 100644 (file)
@@ -25,6 +25,13 @@ package net.pterodactylus.sonitus.data;
 public interface Controller<V extends Comparable<V>> {
 
        /**
+        * Returns the name of this controller.
+        *
+        * @return The name of this controller
+        */
+       String name();
+
+       /**
         * Returns the minimum value of this controller.
         *
         * @return The minimum value of this controller