This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have this part:
function entityAddedHook(entity) {
if (Entity.getEntityTypeId(entity) == 39) {
clientMessage("Watch out, an EnderMan has spawned!");
-------------------what goes here?---------------
}
}
Thank you!