Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Add an EntityDespawnEvent. Fixes BUKKIT-5645 #36

Closed
wants to merge 1 commit into from
Closed

Add an EntityDespawnEvent. Fixes BUKKIT-5645 #36

wants to merge 1 commit into from

Conversation

turt2live
Copy link

Split from GlowstoneMC/Glowkit#3
Original Bukkit PR: Bukkit#1070
Additional changes: None
Glowstone implementation: Not done


Previously it was not possible to determine when an entity despawns for
reasons other than death. This made it difficult for plugins to determine
things like despawning due to distance or other causes, and therefore may
still track those now-missing entities.

This commit allows plugin authors to determine what happened to entities
when they despawn for their various reasons, therefore making plugin
developer's lives a little bit easier.

Previously it was not possible to determine when an entity despawns for
reasons other than death. This made it difficult for plugins to determine
things like despawning due to distance or other causes, and therefore may
still track those now-missing entities.

This commit allows plugin authors to determine what happened to entities
when they despawn for their various reasons, therefore making plugin
developer's lives a little bit easier.
@turt2live
Copy link
Author

Closing this PR - Project has moved on to a new repo.

If this needs implementing in the newer repository I'll try and find time to implement it.

@turt2live turt2live closed this Aug 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants