Package packets.s2cpackets

Examples of packets.s2cpackets.S0x32


   * @param z
   * @param player
   * @throws MCConnectionException
   */
  private void sendInitColumn(int x, int z, Player player) throws MCConnectionException {
    SPacket p = new S0x32(x, z, true);
    state.connectionManager().sendPacketTo(player, p);
    setPlayerHasLoadedColumn(player, x, z);
  }
View Full Code Here

TOP

Related Classes of packets.s2cpackets.S0x32

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.