-
public interface ArmorSettings
Represents the armor.yml
-
-
Method Summary
Modifier and Type Method Description abstract String
getVersion()
abstract Set<Material>
getBlocked()
-
-
Method Detail
-
getVersion
abstract String getVersion()
-
getBlocked
abstract Set<Material> getBlocked()
-
-
-
-