X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsonitus%2Fdata%2FControlled.java;h=6b4c617c2c09b3c79809d387fdeeb5cabc9cf381;hb=963ad1fcca51d8be2729e0dba4d6f46a69995679;hp=e3116810908f34d5c9aa5731aef6c0f0ded535d3;hpb=09f8bd2297dc864e24baa67c65be97104e00c320;p=sonitus.git diff --git a/src/main/java/net/pterodactylus/sonitus/data/Controlled.java b/src/main/java/net/pterodactylus/sonitus/data/Controlled.java index e311681..6b4c617 100644 --- a/src/main/java/net/pterodactylus/sonitus/data/Controlled.java +++ b/src/main/java/net/pterodactylus/sonitus/data/Controlled.java @@ -34,6 +34,13 @@ public interface Controlled { public String name(); /** + * Returns the current metadata of this component. + * + * @return The current metadata of this component + */ + public Metadata metadata(); + + /** * Returns the controllers offered by this component. * * @return The controllers of this component