Skip to content

Instantly share code, notes, and snippets.

@KisaragiEffective
Last active May 30, 2020 19:31
Show Gist options
  • Save KisaragiEffective/4868a985f8ba6148f6841216085faf70 to your computer and use it in GitHub Desktop.
Save KisaragiEffective/4868a985f8ba6148f6841216085faf70 to your computer and use it in GitHub Desktop.
  • 利用者定義コマンドはCommandExecutorではなくCommandクラスを拡張すること
  • ItemStackはない
    • Item(int) or Item.get(int) or ItemXXX を触る
    • なぜわたしたちは3つの方法を持っていますか?
  • Materialはない
    • Enumって知ってる?
  • PlayerInterectEvent はBLOCKとAIRで2回呼ばれる
  • デフォルトではWi-Fiでないとサーバーに入れない
    • ggrksだが不親切
      • BEが悪い
  • スマホもWin10もPlayerInteractEventのLEFT_CLICK_XXは発生しない
  • InventoryClickEvent関連
    • Win10だとJEみたいなクリックで反応する
    • スマホはアイテム移動の操作をしないと反応しない
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment