mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 00:17:58 +01:00
Correct Javadoc
This commit is contained in:
parent
a16c8d3273
commit
3651a132fe
@ -8,7 +8,7 @@ import java.util.UUID;
|
|||||||
import static net.minestom.server.utils.identity.NamedAndIdentifiedImpl.EMPTY;
|
import static net.minestom.server.utils.identity.NamedAndIdentifiedImpl.EMPTY;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An object with a string name and a {@link UUID} identity.
|
* An object with a {@link Component} name and a {@link UUID} identity.
|
||||||
*/
|
*/
|
||||||
public interface NamedAndIdentified extends Named<Component>, Identified {
|
public interface NamedAndIdentified extends Named<Component>, Identified {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user