Package org.spout.vanilla.event.scoreboard

Examples of org.spout.vanilla.event.scoreboard.ObjectiveDisplayEvent


   * @param slot to display objective at
   * @return this objective
   */
  public Objective setSlot(ObjectiveSlot slot) {
    this.slot = slot;
    scoreboard.callProtocolEvent(new ObjectiveDisplayEvent(name, slot));
    return this;
  }
View Full Code Here

TOP

Related Classes of org.spout.vanilla.event.scoreboard.ObjectiveDisplayEvent

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.