Uses of Interface
net.royalur.rules.TimeProvider
-
Uses of TimeProvider in net.royalur
-
Uses of TimeProvider in net.royalur.rules
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionstatic TimeProvider
TimeProvider.createStartingAtEpochMs
(long epochMs) Creates a new time provider where the game starts at the given time.static TimeProvider
TimeProvider.createStartingNow()
Creates a new time provider where the game starts now.static TimeProvider
TimeProvider.createUntimed()
Creates a new time provider where the game is not timed.static TimeProvider
TimeProvider.fromMetadata
(GameMetadata metadata) Creates a new time provider that takes the game start time from the given metadata.