Uses of Interface
de.murmelmeister.murmelapi.time.PlayTime
Packages that use PlayTime
Package
Description
-
Uses of PlayTime in de.murmelmeister.murmelapi
Methods in de.murmelmeister.murmelapi that return PlayTimeModifier and TypeMethodDescriptionstatic PlayTimeMurmelAPI.getPlayTime()Retrieves the singleton instance of the PlayTime interface, initializing it if necessary. -
Uses of PlayTime in de.murmelmeister.murmelapi.time
Classes in de.murmelmeister.murmelapi.time that implement PlayTime -
Uses of PlayTime in de.murmelmeister.murmelapi.utils
Methods in de.murmelmeister.murmelapi.utils with parameters of type PlayTimeModifier and TypeMethodDescriptionstatic StringTimeUtil.formatScoreboardTime(PlayTime playTime, int userId) Formats the given play time into a scoreboard time string.static StringTimeUtil.formatTimeValue(PlayTime playTime, int userId) Formats the time value based on the given PlayTime and user ID.