Add plugin to display items dropped on the ground (#70)

This commit is contained in:
Abel Briggs
2017-06-06 20:03:57 -05:00
committed by Adam
parent bec5ff64db
commit c5af56c618
8 changed files with 316 additions and 2 deletions

View File

@@ -193,6 +193,9 @@ public interface Client extends GameEngine
@Import("itemContainers")
XHashTable getItemContainers();
@Import("getItemDefinition")
ItemComposition getItemDefinition(int itemId);
@Import("componentTable")
XHashTable getComponentTable();