devtools: add cape command

This commit is contained in:
Adam
2018-11-12 11:33:38 -05:00
parent bd3518f2f9
commit fb449283e2
3 changed files with 21 additions and 1 deletions

View File

@@ -59,6 +59,13 @@ public interface PlayerComposition
*/
int getKitId(KitType type);
/**
* Update the cached hash value for player equipment
* Used to cache the player models based on equipment.
*/
@VisibleForDevtools
void setHash();
@VisibleForDevtools
void setTransformedNpcId(int id);
}