Uses of Enum Class
club.mher.privategames.api.privategame.IGameSettings.EventTime
Packages that use IGameSettings.EventTime
-
Uses of IGameSettings.EventTime in club.mher.privategames.api.privategame
Methods in club.mher.privategames.api.privategame that return IGameSettings.EventTimeModifier and TypeMethodDescriptionstatic IGameSettings.EventTimeIGameSettings.EventTime.getById(int id) IGameSettings.getEventTime()static IGameSettings.EventTimeReturns the enum constant of this class with the specified name.static IGameSettings.EventTime[]IGameSettings.EventTime.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.EventTimeModifier and TypeMethodDescriptionbooleanIGameSettings.isEventTime(IGameSettings.EventTime eventTime) voidIGameSettings.setEventTime(IGameSettings.EventTime eventTime)