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.
输入接受回调接口 - 处理接受的输入
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Berry_so
-
Method Summary
-
Method Details
-
accept
处理接受的输入- Parameters:
player- 玩家input- 输入内容
-