Package org.getspout.spoutapi.packet

Examples of org.getspout.spoutapi.packet.PacketKeyBinding


    return bindings.get(uniqueId);
  }

  private void sendKeybinding(SpoutPlayer p, KeyBinding binding) {
    if (p.isSpoutCraftEnabled()) {
      p.sendPacket(new PacketKeyBinding(binding));
    }
  }
View Full Code Here

TOP

Related Classes of org.getspout.spoutapi.packet.PacketKeyBinding

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.