Package net.kyori.adventure.key
Interface Namespaced
-
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 String
namespace()
Gets the namespace.
-
-
-
Method Detail
-
namespace
@NotNull @NotNull String namespace()
Gets the namespace.- Returns:
- the namespace
- Since:
- 4.4.0
-
-