STRATZ_Ken -
@howard You should change
https://github.com/odota/parser/blob/master/src/main/java/opendota/Parse.java#L726
with @OnEntityCreated. When CDOTA_NPC_Observer_Ward is created, store the DtClass().getClassId() in a variable. Then you can compare on ProcessEntity with int == int comparison. I just did this on my side on a lot of things monitored, lowered CPU across the board by 8%.
Howard - Today at 6:06 PM
Thanks, could you log an issue?