api: add type parameter to Comparable

This commit is contained in:
Adam
2021-08-20 15:43:46 -04:00
parent 60d135c7dd
commit d0714b5016

View File

@@ -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.