Merge pull request #3044 from weblue/oculus-feature
This commit is contained in:
@@ -1894,6 +1894,16 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
int getOculusOrbFocalPointY();
|
||||
|
||||
/**
|
||||
* Sets local X coord where the camera is pointing when the Oculus orb is active
|
||||
*/
|
||||
void setOculusOrbFocalPointX(int xPos);
|
||||
|
||||
/**
|
||||
* Sets local Y coord where the camera is pointing when the Oculus orb is active
|
||||
*/
|
||||
void setOculusOrbFocalPointY(int yPos);
|
||||
|
||||
/**
|
||||
* Opens in-game world hopper interface
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user