mixins: add world hopping mixin

This commit is contained in:
Lotto
2018-08-08 04:02:59 +02:00
committed by Adam
parent 791af75396
commit e93ee86a21
3 changed files with 59 additions and 0 deletions

View File

@@ -1426,4 +1426,8 @@ public interface Client extends GameEngine
* @param speed speed
*/
void setOculusOrbNormalSpeed(int speed);
void openWorldHopper();
void hopToWorld(int world);
}