Overhaul entity damage structure...
By: angelsl <angelsl@rpm>
This commit is contained in:
@@ -325,6 +325,11 @@ public abstract class Event {
|
||||
*/
|
||||
ENTITY_DAMAGEDBY_ENTITY (Category.LIVING_ENTITY),
|
||||
|
||||
/**
|
||||
* Called when a LivingEntity is damaged with no source.
|
||||
*/
|
||||
ENTITY_DAMAGED(Category.LIVING_ENTITY),
|
||||
|
||||
/**
|
||||
* Called when a LivingEntity dies
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user