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$LocatedInfointermediary net/minecraft/class_3533$class_4746official bzc$a
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
maxTime
long maxTime- Mappings:
Namespace Name Mixin selector named maxTimeLnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;maxTime:Jintermediary field_33874Lnet/minecraft/class_3533$class_4746;field_33874:Jofficial aLbzc$a;a:J
-
minTime
long minTime- Mappings:
Namespace Name Mixin selector named minTimeLnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;minTime:Jintermediary field_33875Lnet/minecraft/class_3533$class_4746;field_33875:Jofficial bLbzc$a;b:J
-
totalTime
long totalTime- Mappings:
Namespace Name Mixin selector named totalTimeLnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;totalTime:Jintermediary field_21820Lnet/minecraft/class_3533$class_4746;field_21820:Jofficial cLbzc$a;c:J
-
visits
long visits- Mappings:
Namespace Name Mixin selector named visitsLnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;visits:Jintermediary field_21821Lnet/minecraft/class_3533$class_4746;field_21821:Jofficial dLbzc$a;d:J
-
counts
- Mappings:
Namespace Name Mixin selector named countsLnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;counts:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;intermediary field_21822Lnet/minecraft/class_3533$class_4746;field_21822:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;official eLbzc$a;e:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;
-
-
Constructor Details
-
LocatedInfo
public LocatedInfo()
-
-
Method Details
-
getTotalTime
public long getTotalTime()Returns the total time spent visiting the profiler location.- Specified by:
getTotalTimein interfaceProfileLocationInfo- Mappings:
Namespace Name Mixin selector named getTotalTimeLnet/minecraft/util/profiler/ProfileLocationInfo;getTotalTime()Jintermediary method_24272Lnet/minecraft/class_4748;method_24272()Jofficial aLbzl;a()J
-
getMaxTime
public long getMaxTime()- Specified by:
getMaxTimein interfaceProfileLocationInfo- Mappings:
Namespace Name Mixin selector named getMaxTimeLnet/minecraft/util/profiler/ProfileLocationInfo;getMaxTime()Jintermediary method_37169Lnet/minecraft/class_4748;method_37169()Jofficial bLbzl;b()J
-
getVisitCount
public long getVisitCount()Returns the number of times the profiler location has been visited.- Specified by:
getVisitCountin interfaceProfileLocationInfo- Mappings:
Namespace Name Mixin selector named getVisitCountLnet/minecraft/util/profiler/ProfileLocationInfo;getVisitCount()Jintermediary method_24273Lnet/minecraft/class_4748;method_24273()Jofficial cLbzl;c()J
-
getCounts
Returns a marker to count map indicating the times each marker has been visited in the profiler location.- Specified by:
getCountsin interfaceProfileLocationInfo- Mappings:
Namespace Name Mixin selector named getCountsLnet/minecraft/util/profiler/ProfileLocationInfo;getCounts()Lit/unimi/dsi/fastutil/objects/Object2LongMap;intermediary method_24274Lnet/minecraft/class_4748;method_24274()Lit/unimi/dsi/fastutil/objects/Object2LongMap;official dLbzl;d()Lit/unimi/dsi/fastutil/objects/Object2LongMap;
-