package minefantasy.item; public interface I2HWeapon { /** * @return true if the weapon can sneak attack */ boolean canSneakAttack(); }