Add method to get unique identifier of mob

Issue #93 closed
mezzodrinker created an issue

When continuing the thought of #92, there needs to be a way to uniquely identify a mob from the script. This should use either the getUniqueId() or getPermanentId() methods of the Entity class (probably the former, seeing that the PlayerMethods.getUniqueID method also uses that).

Comments (4)

  1. Log in to comment