您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
搜索:
接口的使用
org.bukkit.util.Consumer
使用
Consumer
的程序包
程序包
说明
org.bukkit
Bukkit的常用类.
org.bukkit
中
Consumer
的使用
参数类型为
Consumer
的
org.bukkit
中的方法
修饰符和类型
方法
说明
<T extends
Entity
>
T
World.
spawn
(
Location
location,
Class
<T> clazz,
Consumer
<T> function)
Spawn an entity of a specific class at the given
Location
, with the supplied function run before the entity is added to the world.