跳至主要內容

KeyBindJS.press/release

芒果凍布丁2025年3月29日小於 1 分鐘

Client
keyRelease(extra: string, handler: (event: KeyPressedEvent) => void):void,
keyRelease(handler: (event: KeyPressedEvent) => void):void,
keyPressInGui(extra: string, handler: (event: KeyPressedEvent) => void):void,
keyPressInGui(handler: (event: KeyPressedEvent) => void):void,
firstKeyPressInGui(extra: string, handler: (event: KeyPressedEvent) => void):void,
firstKeyPressInGui(handler: (event: KeyPressedEvent) => void):void,
firstKeyPressInGui(extra: string, handler: (event: KeyPressedEvent) => void):void,
firstKeyPressInGui(handler: (event: KeyPressedEvent) => void):void,
keyPress(extra: string, handler: (event: KeyPressedEvent) => void):void,
keyPress(handler: (event: KeyPressedEvent) => void):void,
keyReleaseInGui(extra: string, handler: (event: KeyPressedEvent) => void):void,
keyReleaseInGui(handler: (event: KeyPressedEvent) => void):void,

此類事件分成兩種組合

  • 狀態
    • Press - 按鍵剛按下時觸發一次
    • Release - 按鍵鬆開時觸發一次
  • 環境
    • InGui - 僅在 GUI 中觸發
    • <none> - 在任何情況下觸發
  • 情境
    • First - 只在按下時觸發一次
    • <none> - 持續觸發

KePressedEvent

屬性與方法

名稱回傳值說明
removeGameStage(stage: string)void移除遊戲階段
addGameStage(stage: string)void添加遊戲階段
hasGameStage(stage: string)boolean判斷是否有遊戲階段
getCustomName()
get customName
string獲取自定義名稱
getEntity()
get entity
Entity獲取當前實體
getLevel()
get level
Level獲取當前世界
getPlayer()
get player
LocalPlayer獲取當前玩家
getServer()
get server
MinecraftServer獲取伺服器
上次編輯於: 2025/3/29 上午5:04:42
貢獻者: Mango