runelite-client: add detached camera devtool
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user