Enum Class SavedLocationType

java.lang.Object
java.lang.Enum<SavedLocationType>
server.maps.SavedLocationType
All Implemented Interfaces:
Serializable, Comparable<SavedLocationType>, Constable

public enum SavedLocationType extends Enum<SavedLocationType>
列舉所有可儲存返回點的地圖類型,用於 savedLocations 功能。

當玩家進入特殊地圖區域(如自由市場、釣魚場地、活動地圖等)時, 系統以對應的 SavedLocationType 索引記錄其原始位置, 離開後可透過該索引查詢並傳送回原位。 各列舉值對應的整數索引由 getValue() 取得, 並以 fromString(String) 支援從字串名稱反查(用於腳本與設定解析)。

儲存點資料由 MapleCharacter 管理,於角色載入與存檔時同步至資料庫。