程序包 org.bukkit.util
接口 Consumer<T>
- 类型参数:
T
- 输入参数类型
- 所有超级接口:
Consumer<T>
已过时。
表示接受一个输入参数且没有返回值的操作.
原文:Represents an operation that accepts a single input argument and returns no result.
-
方法概要
T
- 输入参数类型Consumer<T>
原文:Represents an operation that accepts a single input argument and returns no result.
Consumer