Uses of Enum Class
de.murmelmeister.murmelapi.time.PlayTimeType
Packages that use PlayTimeType
-
Uses of PlayTimeType in de.murmelmeister.murmelapi.time
Methods 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 a specified amount of play time for a user based on the given play time type.voidPlayTimeProvider.addTime(int userId, PlayTimeType type, int time) voidPlayTime.removeTime(int userId, PlayTimeType type, int time) Removes a specified amount of play time for a user with the given user ID and play time type.voidPlayTimeProvider.removeTime(int userId, PlayTimeType type, int time)