Package net.minecraft.util
Class TimeHelper
java.lang.Object
net.minecraft.util.TimeHelper
A class holding utility methods related to time and durations.
- Mappings:
- Namespace - Name - official - apw- intermediary - net/minecraft/class_4802- named - net/minecraft/util/TimeHelper
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final longThe equivalent of 1 millisecond, in nanoseconds.static final longThe equivalent of 1 second, in nanoseconds.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic UniformIntProviderbetweenSeconds(int min, int max) Returns an int provider that provides a time in ticks, betweenmin * 20andmax * 20(both inclusive).
- 
Field Details- 
SECOND_IN_NANOSpublic static final long SECOND_IN_NANOSThe equivalent of 1 second, in nanoseconds. Is1000000000.- Mappings:
- Namespace - Name - Mixin selector - official - a- Lapw;a:J- intermediary - field_33868- Lnet/minecraft/class_4802;field_33868:J- named - SECOND_IN_NANOS- Lnet/minecraft/util/TimeHelper;SECOND_IN_NANOS:J
 
- 
MILLI_IN_NANOSpublic static final long MILLI_IN_NANOSThe equivalent of 1 millisecond, in nanoseconds. Is1000000.- Mappings:
- Namespace - Name - Mixin selector - official - b- Lapw;b:J- intermediary - field_33869- Lnet/minecraft/class_4802;field_33869:J- named - MILLI_IN_NANOS- Lnet/minecraft/util/TimeHelper;MILLI_IN_NANOS:J
 
 
- 
- 
Constructor Details- 
TimeHelperpublic TimeHelper()
 
- 
- 
Method Details- 
betweenSecondsReturns an int provider that provides a time in ticks, betweenmin * 20andmax * 20(both inclusive).- Returns:
- an int provider that provides a time in ticks, between min * 20andmax * 20(both inclusive)
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lapw;a(II)Lbdi;- intermediary - method_24505- Lnet/minecraft/class_4802;method_24505(II)Lnet/minecraft/class_6019;- named - betweenSeconds- Lnet/minecraft/util/TimeHelper;betweenSeconds(II)Lnet/minecraft/util/math/intprovider/UniformIntProvider;
 
 
-