runelite-client: add detached camera devtool

This commit is contained in:
Max Weber
2018-06-08 02:52:18 -06:00
parent 1f01c9dddd
commit 39311a3328
3 changed files with 19 additions and 0 deletions

View File

@@ -1374,4 +1374,11 @@ public interface Client extends GameEngine
* @return the types for current world
*/
EnumSet<WorldType> getWorldType();
/**
* Sets the enabled state for the Oculus orb state
*
* @param state boolean enabled value
*/
void setOculusOrbState(int state);
}