Uses of Class
net.minecraft.world.timer.stopwatch.StopwatchPersistentState
Packages that use StopwatchPersistentState
-
Uses of StopwatchPersistentState in net.minecraft.server
Fields in net.minecraft.server declared as StopwatchPersistentStateModifier and TypeFieldDescriptionprivate @Nullable StopwatchPersistentStateMinecraftServer.stopwatchPersistentStateMethods in net.minecraft.server that return StopwatchPersistentState -
Uses of StopwatchPersistentState in net.minecraft.world.timer.stopwatch
Fields in net.minecraft.world.timer.stopwatch with type parameters of type StopwatchPersistentStateModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<StopwatchPersistentState> StopwatchPersistentState.CODECstatic final PersistentStateType<StopwatchPersistentState> StopwatchPersistentState.STATE_TYPEMethods in net.minecraft.world.timer.stopwatch that return StopwatchPersistentStateModifier and TypeMethodDescriptionprivate static StopwatchPersistentStateStopwatchPersistentState.fromElapsedTimes(Map<Identifier, Long> times)