DenizenScript / Denizen

NPC and general Spigot scripting, using the Denizen Scripting Language!
https://denizenscript.com/
MIT License
216 stars 106 forks source link

Fix `AreaObject` matchers #2590

Closed tal5 closed 10 months ago

tal5 commented 10 months ago

Reported on Discord.

Changes

[!NOTE] Might be a good idea to add a EntityTag#mirrorBukkitEntity style method that automatically calls #getDenizenObject? that way entity -> new EntityTag(entity).getDenizenObject() could be EntityTag::mirrorBukkitEntity and be a little cleaner.

mcmonkey4eva commented 10 months ago

Might be a good idea to add a EntityTag#mirrorBukkitEntity style method that automatically calls #getDenizenObject? that way entity -> new EntityTag(entity).getDenizenObject() could be EntityTag::mirrorBukkitEntity and be a little cleaner. yeah that'd be good to have

tal5 commented 10 months ago

Might be a good idea to add a EntityTag#mirrorBukkitEntity style method that automatically calls #getDenizenObject? that way entity -> new EntityTag(entity).getDenizenObject() could be EntityTag::mirrorBukkitEntity and be a little cleaner. yeah that'd be good to have

Added EntityTag#mirrorBukkitEntity.