public interface IThrowableEntity
| Modifier and Type | Method and Description |
|---|---|
Entity |
getThrower()
Gets the entity that threw/created this entity.
|
void |
setThrower(Entity entity)
Sets the entity that threw/created this entity.
|
Entity getThrower()
void setThrower(Entity entity)
entity - The new thrower/creator.