Package net.kyori.adventure.key
Interface Namespaced
-
- All Known Subinterfaces:
Key
public interface Namespaced
Something that has a namespace.- Since:
- 4.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.String
namespace()
Gets the namespace.
-