1
特定のコマンドを実行した後にプレーヤーが書籍を右クリックした場合、どうすれば検出できますか? 私はBukkit - 右クリックを検出
if (playere.getItemInHand().getType() != Material.AIR && (event.getAction() == Action.RIGHT_CLICK_BLOCK || event.getAction() == Action.RIGHT_CLICK_AIR)) {
を持っているが、私はそれをどこに置くか分かりません。