Package uk.co.oliwali.HawkEye

Examples of uk.co.oliwali.HawkEye.Undo


    usage = "<- reverses your previous rollback";
  }

  @Override
  public boolean execute() {
    new Undo(RollbackType.GLOBAL, session);
    return true;
  }
View Full Code Here


      Util.sendMessage(sender, "&cNo preview to cancel!");
      return true;
    }

    //Undo local changes to the player
    new Undo(RollbackType.LOCAL, session);

    Util.sendMessage(sender, "&cPreview rollback cancelled");
    session.setInPreview(false);
    return true;
View Full Code Here

TOP

Related Classes of uk.co.oliwali.HawkEye.Undo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.