mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Excluded armor stands from //butcher by default.
Someone got lazy and just made armor stands a living entity instead of extracting an ArmorEquippable interface.
This commit is contained in:
@ -148,4 +148,10 @@ public interface EntityType {
|
||||
*/
|
||||
boolean isTagged();
|
||||
|
||||
/**
|
||||
* Test whether the entity is an armor stand.
|
||||
*
|
||||
* @return true if an armor stand
|
||||
*/
|
||||
boolean isArmorStand();
|
||||
}
|
||||
|
Reference in New Issue
Block a user