Package org.spout.vanilla.event.player.network

Examples of org.spout.vanilla.event.player.network.PlayerBedEvent


   */
  public void sleep(Block bed) {
    sleeping = true;
    this.bed = bed;
    occupy(true);
    player.getNetwork().callProtocolEvent(new PlayerBedEvent(player, bed, true));
  }
View Full Code Here

TOP

Related Classes of org.spout.vanilla.event.player.network.PlayerBedEvent

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.