📅  最后修改于: 2022-03-11 14:52:24.903000             🧑  作者: Mango
// 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))