An open API service indexing awesome lists of open source software.

https://github.com/organization/entitiescleaner-nukkit

바닥에 떨어진 엔티티들을 정리해줍니다.
https://github.com/organization/entitiescleaner-nukkit

Last synced: 9 days ago
JSON representation

바닥에 떨어진 엔티티들을 정리해줍니다.

Awesome Lists containing this project

README

          

# EntitiesCleaner-Nukkit
바닥에 떨어진 엔티티들을 정리해줍니다.

CleanerManager.addCleaner(Cleaner) 로 Cleaner 인터페이스를 구현한 객체를 전달해서 엔티티 청소기를 추가할 수 있습니다.
CleanerManager.cleanEntities(); 로 청소를 진행합니다.