getMobManager now returns MobExecutor, as that what the method it uses actually returns and MobExecutor has some methods which are needed for these matchers.
Notes
This was only tested on 1.18.2, as MM doesn't have public 1.19.4 builds yet, although it should work fine, as all it does is use MM's API.
Additions
mythic_mob(:<ID>)
matcher forEntityTag
s.mythic_item(:<ID>)
matcher forItemTag
s.Changes
getMobManager
now returnsMobExecutor
, as that what the method it uses actually returns andMobExecutor
has some methods which are needed for these matchers.Notes
1.18.2
, as MM doesn't have public1.19.4
builds yet, although it should work fine, as all it does is use MM's API.