📜  fabricmc spawn item - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:24.903000             🧑  作者: Mango

代码示例1
// Spawn an ItemEntity (dropped item) at the specified position in the specified world.
//    World                             World  Double Double Double ItemStack                
    world.spawnEntity(new ItemEntity(world, x,     y,     z,     stack))