[Bleeding] Added EntityType to replace CreatureType.
This commit is contained in:
committed by
EvilSeph
parent
4b9f306913
commit
cbb9bc0fa3
@@ -226,4 +226,10 @@ public interface Entity {
|
||||
* @param type Effect to play.
|
||||
*/
|
||||
public void playEffect(EntityEffect type);
|
||||
|
||||
/**
|
||||
* Get the type of the entity.
|
||||
* @return The entity type.
|
||||
*/
|
||||
public EntityType getType();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user