Package net.minecraft.util.profiler
Class ProfilerSystem.LocatedInfo
java.lang.Object
net.minecraft.util.profiler.ProfilerSystem.LocatedInfo
- All Implemented Interfaces:
- ProfileLocationInfo
- Enclosing class:
- ProfilerSystem
- Mappings:
- Namespace - Name - named - net/minecraft/util/profiler/ProfilerSystem$LocatedInfo- intermediary - net/minecraft/class_3533$class_4746- official - bom$a
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a marker to count map indicating the times each marker has been visited in the profiler location.longlongReturns the total time spent visiting the profiler location.longReturns the number of times the profiler location has been visited.
- 
Field Details- 
maxTimelong maxTime- Mappings:
- Namespace - Name - Mixin selector - named - maxTime- Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;maxTime:J- intermediary - field_33874- Lnet/minecraft/class_3533$class_4746;field_33874:J- official - a- Lbom$a;a:J
 
- 
minTimelong minTime- Mappings:
- Namespace - Name - Mixin selector - named - minTime- Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;minTime:J- intermediary - field_33875- Lnet/minecraft/class_3533$class_4746;field_33875:J- official - b- Lbom$a;b:J
 
- 
totalTimelong totalTime- Mappings:
- Namespace - Name - Mixin selector - named - totalTime- Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;totalTime:J- intermediary - field_21820- Lnet/minecraft/class_3533$class_4746;field_21820:J- official - c- Lbom$a;c:J
 
- 
visitslong visits- Mappings:
- Namespace - Name - Mixin selector - named - visits- Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;visits:J- intermediary - field_21821- Lnet/minecraft/class_3533$class_4746;field_21821:J- official - d- Lbom$a;d:J
 
- 
counts- Mappings:
- Namespace - Name - Mixin selector - named - counts- Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;counts:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;- intermediary - field_21822- Lnet/minecraft/class_3533$class_4746;field_21822:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;- official - e- Lbom$a;e:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;
 
 
- 
- 
Constructor Details- 
LocatedInfopublic LocatedInfo()
 
- 
- 
Method Details- 
getTotalTimepublic long getTotalTime()Returns the total time spent visiting the profiler location.- Specified by:
- getTotalTimein interface- ProfileLocationInfo
- Mappings:
- Namespace - Name - Mixin selector - named - getTotalTime- Lnet/minecraft/util/profiler/ProfileLocationInfo;getTotalTime()J- intermediary - method_24272- Lnet/minecraft/class_4748;method_24272()J- official - a- Lbov;a()J
 
- 
getMaxTimepublic long getMaxTime()- Specified by:
- getMaxTimein interface- ProfileLocationInfo
- Mappings:
- Namespace - Name - Mixin selector - named - getMaxTime- Lnet/minecraft/util/profiler/ProfileLocationInfo;getMaxTime()J- intermediary - method_37169- Lnet/minecraft/class_4748;method_37169()J- official - b- Lbov;b()J
 
- 
getVisitCountpublic long getVisitCount()Returns the number of times the profiler location has been visited.- Specified by:
- getVisitCountin interface- ProfileLocationInfo
- Mappings:
- Namespace - Name - Mixin selector - named - getVisitCount- Lnet/minecraft/util/profiler/ProfileLocationInfo;getVisitCount()J- intermediary - method_24273- Lnet/minecraft/class_4748;method_24273()J- official - c- Lbov;c()J
 
- 
getCountsReturns a marker to count map indicating the times each marker has been visited in the profiler location.- Specified by:
- getCountsin interface- ProfileLocationInfo
- Mappings:
- Namespace - Name - Mixin selector - named - getCounts- Lnet/minecraft/util/profiler/ProfileLocationInfo;getCounts()Lit/unimi/dsi/fastutil/objects/Object2LongMap;- intermediary - method_24274- Lnet/minecraft/class_4748;method_24274()Lit/unimi/dsi/fastutil/objects/Object2LongMap;- official - d- Lbov;d()Lit/unimi/dsi/fastutil/objects/Object2LongMap;
 
 
-