Add plugin to display items dropped on the ground (#70)
This commit is contained in:
@@ -193,6 +193,9 @@ public interface Client extends GameEngine
|
||||
@Import("itemContainers")
|
||||
XHashTable getItemContainers();
|
||||
|
||||
@Import("getItemDefinition")
|
||||
ItemComposition getItemDefinition(int itemId);
|
||||
|
||||
@Import("componentTable")
|
||||
XHashTable getComponentTable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user