Interface InputAcceptCallback

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface InputAcceptCallback
输入接受回调接口 - 处理接受的输入
Since:
1.0.0
Version:
1.0.0
Author:
Berry_so
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.bukkit.entity.Player player, String input)
    处理接受的输入
  • Method Details

    • accept

      void accept(org.bukkit.entity.Player player, String input)
      处理接受的输入
      Parameters:
      player - 玩家
      input - 输入内容