Uses of Enum Class
club.mher.privategames.api.privategame.IGameSettings.HealthBuff
Packages that use IGameSettings.HealthBuff
-
Uses of IGameSettings.HealthBuff in club.mher.privategames.api.privategame
Methods in club.mher.privategames.api.privategame that return IGameSettings.HealthBuffModifier and TypeMethodDescriptionstatic IGameSettings.HealthBuffIGameSettings.HealthBuff.getById(int id) IGameSettings.getHealthBuff()static IGameSettings.HealthBuffReturns the enum constant of this class with the specified name.static IGameSettings.HealthBuff[]IGameSettings.HealthBuff.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in club.mher.privategames.api.privategame with parameters of type IGameSettings.HealthBuffModifier and TypeMethodDescriptionbooleanIGameSettings.isHealthBuff(IGameSettings.HealthBuff healthBuff) voidIGameSettings.setHealthBuff(IGameSettings.HealthBuff healthBuff)