Class CashShopServer

java.lang.Object
handling.cashshop.CashShopServer

public class CashShopServer extends Object
現金商城(Cash Shop)伺服器的靜態生命週期管理類別,預設監聽埠 8600

本類別為三大伺服器之一(LoginServer / ChannelServer / CashShopServer), 由 server.Start 在啟動時呼叫 run_startup_configurations() 初始化, 內部持有一個 ServerConnectionServerType.商城伺服器), 以及兩個 PlayerStorageplayers 對應 CS 區、 playersMTS 對應 MTS 玩家拍賣區)。

  • Constructor Details

    • CashShopServer

      public CashShopServer()
  • Method Details

    • run_startup_configurations

      public static final void run_startup_configurations()
    • getSocket

      public static final String getSocket()
    • getPlayerStorage

      public static final PlayerStorage getPlayerStorage()
    • getPlayerStorageMTS

      public static final PlayerStorage getPlayerStorageMTS()
    • shutdown

      public static final void shutdown()
    • isShutdown

      public static boolean isShutdown()