Uses of Enum Class
de.murmelmeister.murmelapi.time.PlayTimeType
Packages that use PlayTimeType
-
Uses of PlayTimeType in de.murmelmeister.murmelapi.time
Fields in de.murmelmeister.murmelapi.time declared as PlayTimeTypeMethods in de.murmelmeister.murmelapi.time that return PlayTimeTypeModifier and TypeMethodDescriptionstatic PlayTimeTypeReturns the enum constant of this class with the specified name.static PlayTimeType[]PlayTimeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.murmelmeister.murmelapi.time with parameters of type PlayTimeTypeModifier and TypeMethodDescriptionvoidPlayTime.addTime(int userId, PlayTimeType type, int time) Adds the specified amount of time to the play time of a user with the given user ID and play time type.voidPlayTimeProvider.addTime(int userId, PlayTimeType type, int time) voidPlayTime.removeTime(int userId, PlayTimeType type, int time) Removes the specified amount of time from the play time of a user with the given user ID and play time type.voidPlayTimeProvider.removeTime(int userId, PlayTimeType type, int time)