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

@@ -401,7 +401,7 @@ public interface Client extends GameEngine
* @see ItemID
*/
@Nonnull
ItemComposition getItemDefinition(int id);
ItemComposition getItemComposition(int id);
/**
* Creates an item icon sprite with passed variables.