Package com.sucy.skill.data
Class Settings
java.lang.Object
com.sucy.skill.data.Settings
- Direct Known Subclasses:
Settings
Deprecated, for removal: This API element is subject to removal in a future version.
Settings for the plugin
-
Constructor Summary
ConstructorsConstructorDescriptionSettings()
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAlly
(org.bukkit.entity.LivingEntity attacker, org.bukkit.entity.LivingEntity target) Deprecated, for removal: This API element is subject to removal in a future version.Checks if two entities are allies
-
Constructor Details
-
Settings
public Settings()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isAlly
public boolean isAlly(org.bukkit.entity.LivingEntity attacker, org.bukkit.entity.LivingEntity target) Deprecated, for removal: This API element is subject to removal in a future version.Checks if two entities are allies- Parameters:
attacker
- the attackertarget
- the target- Returns:
- true if they are allies, false otherwise
-
Fabled.getSettings()