address an absolutely critical gap in documentation

This commit is contained in:
Leijurv 2019-07-12 23:27:02 -07:00
parent ce4b1e09ed
commit 6bb87d0a64
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -128,5 +128,8 @@ public interface IBaritone {
*/
IEventBus getGameEventHandler();
/**
* Open click
*/
void openClick();
}