Examples of rollbackPlayer()


Examples of uk.co.oliwali.HawkEye.entry.DataEntry.rollbackPlayer()

      if (rollbackType == RollbackType.GLOBAL && entry.rollback(world.getBlockAt(loc))) {
        entry.setUndoState(state);
        undo.add(entry);
      }
      //Local rollback preview
      else if (rollbackType == RollbackType.LOCAL && entry.rollbackPlayer(block, (Player)session.getSender())) {
        entry.setUndoState(state);
        undo.add(entry);
      }

    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.