Hi,
can I summon a mob with extra arguments like this: /summon minecraft:zombie ~ ~ ~ {NoAI:1,Rotation:[0f,0f]} using this code (there are methods/properties?):
let mobEntity = entity.block.createEntity('minecraft:zombie')
mobEntity.addTag('spawner_mob')
mobEntity.x = x
mobEntity.y = y
mobEntity.z = z
mobEntity.spawn()
Thanks in advance.
