api: add type parameter to Comparable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user