YATS/Forge Documentation
|
Public Member Functions | |
Entity | getThrower () |
void | setThrower (Entity entity) |
This interface should be implemented by an Entity that can be 'thrown', like snowballs. This was created to mimic ModLoaderMP's 'owner' functionality.
Entity net.minecraftforge.common.IThrowableEntity.getThrower | ( | ) |
Gets the entity that threw/created this entity.
void net.minecraftforge.common.IThrowableEntity.setThrower | ( | Entity | entity) |
Sets the entity that threw/created this entity.
entity | The new thrower/creator. |