api: add type parameter to Comparable

This commit is contained in:
Adam
2021-08-21 15:26:12 -04:00
parent 60d135c7dd
commit d0714b5016
@@ -27,7 +27,7 @@ package net.runelite.api;
/**
* Represents a chat entity that has a name.
*/
public interface Nameable extends Comparable
public interface Nameable extends Comparable<Nameable>
{
/**
* The name of the player.