forked from MagicBane/Server
IsArmor junk removal
This commit is contained in:
@@ -525,18 +525,4 @@ public class ItemBase {
|
||||
this.offHandAnimations = offHandAnimations;
|
||||
}
|
||||
|
||||
public boolean isArmor() {
|
||||
|
||||
if (this.isHeavyArmor())
|
||||
return true;
|
||||
|
||||
if (this.isMediumArmor())
|
||||
return true;
|
||||
|
||||
if (this.isLightArmor())
|
||||
return true;
|
||||
|
||||
return this.isClothArmor();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user