emerald-extension / cn.berberman.emerald.extension / org.bukkit.World

Extensions for org.bukkit.World

setBlock fun World.setBlock(location: Location, type: Material): Block
Set a block type
spawnEntity fun <T : Entity> World.spawnEntity(location: Location): T
Spawn a entity.