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 - named - net/minecraft/util/TimeHelper- intermediary - net/minecraft/class_4802- official - bab
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final longThe equivalent of 1 hour, in seconds.static final longThe equivalent of 1 millisecond, in nanoseconds.static final intThe equivalent of 1 minute, in seconds.static final longThe equivalent of 1 second, in milliseconds.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 - named - SECOND_IN_NANOS- Lnet/minecraft/util/TimeHelper;SECOND_IN_NANOS:J- intermediary - field_33868- Lnet/minecraft/class_4802;field_33868:J- official - a- Lbab;a:J
 
- 
MILLI_IN_NANOSpublic static final long MILLI_IN_NANOSThe equivalent of 1 millisecond, in nanoseconds. Is1000000.- Mappings:
- Namespace - Name - Mixin selector - named - MILLI_IN_NANOS- Lnet/minecraft/util/TimeHelper;MILLI_IN_NANOS:J- intermediary - field_33869- Lnet/minecraft/class_4802;field_33869:J- official - b- Lbab;b:J
 
- 
SECOND_IN_MILLISpublic static final long SECOND_IN_MILLISThe equivalent of 1 second, in milliseconds. Is1000.- Mappings:
- Namespace - Name - Mixin selector - named - SECOND_IN_MILLIS- Lnet/minecraft/util/TimeHelper;SECOND_IN_MILLIS:J- intermediary - field_46957- Lnet/minecraft/class_4802;field_46957:J- official - c- Lbab;c:J
 
- 
HOUR_IN_SECONDSpublic static final long HOUR_IN_SECONDSThe equivalent of 1 hour, in seconds. Is3600.- Mappings:
- Namespace - Name - Mixin selector - named - HOUR_IN_SECONDS- Lnet/minecraft/util/TimeHelper;HOUR_IN_SECONDS:J- intermediary - field_46958- Lnet/minecraft/class_4802;field_46958:J- official - d- Lbab;d:J
 
- 
MINUTE_IN_SECONDSpublic static final int MINUTE_IN_SECONDSThe equivalent of 1 minute, in seconds. Is60.- Mappings:
- Namespace - Name - Mixin selector - named - MINUTE_IN_SECONDS- Lnet/minecraft/util/TimeHelper;MINUTE_IN_SECONDS:I- intermediary - field_47726- Lnet/minecraft/class_4802;field_47726:I- official - e- Lbab;e:I
 
 
- 
- 
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 - named - betweenSeconds- Lnet/minecraft/util/TimeHelper;betweenSeconds(II)Lnet/minecraft/util/math/intprovider/UniformIntProvider;- intermediary - method_24505- Lnet/minecraft/class_4802;method_24505(II)Lnet/minecraft/class_6019;- official - a- Lbab;a(II)Lbrw;
 
 
-