EntityIterator
¶
文档版本:1.21.60.21
EntityIterator
类,实现了Iterator<Entity>
。script_api.minecraft/server.entityiterator.description
方法¶
[Symbol.iterator]
script_api.minecraft/server.entityiterator.[symbol.iterator].description
- 返回值:
Iterator<Entity>
- script_api.minecraft/server.entityiterator.[symbol.iterator].return
next
script_api.minecraft/server.entityiterator.next.description
- 返回值:
IteratorResult<Entity>
- script_api.minecraft/server.entityiterator.next.return