api: getItemDefinition > getItemComposition

This commit is contained in:
zeruth
2021-02-27 16:22:33 -05:00
parent 13d6e223c3
commit 9abd595df8
5 changed files with 5 additions and 5 deletions

View File

@@ -2038,7 +2038,7 @@ public abstract class RSClientMixin implements RSClient
@Inject
@Override
@Nonnull
public ItemComposition getItemDefinition(int id)
public ItemComposition getItemComposition(int id)
{
assert this.isClientThread() : "getItemDefinition must be called on client thread";
return getRSItemDefinition(id);