Class Damage.EntitySource
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.damage.Damage.EntitySource
- All Implemented Interfaces:
Damage.Source
- Direct Known Subclasses:
Damage.ProjectileSource
- Enclosing class:
Damage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDeathMessage(Damage info, Ref<EntityStore> targetRef, ComponentAccessor<EntityStore> componentAccessor) getRef()
-
Field Details
-
sourceRef
-
-
Constructor Details
-
EntitySource
-
-
Method Details
-
getRef
-
getDeathMessage
@Nonnull public Message getDeathMessage(@Nonnull Damage info, @Nonnull Ref<EntityStore> targetRef, @Nonnull ComponentAccessor<EntityStore> componentAccessor) - Specified by:
getDeathMessagein interfaceDamage.Source
-