Package net.minecraft.client.gui.hud
Class DebugHud.AllocationRateCalculator
java.lang.Object
net.minecraft.client.gui.hud.DebugHud.AllocationRateCalculator
- Enclosing class:
- DebugHud
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator- intermediary - net/minecraft/class_340$class_7412- official - fpc$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate longprivate longprivate longprivate static final List<GarbageCollectorMXBean> private static final intprivate long
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) longget(long allocatedBytes) private static long
- 
Field Details- 
INTERVALprivate static final int INTERVAL- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - INTERVAL- Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;INTERVAL:I- intermediary - field_38986- Lnet/minecraft/class_340$class_7412;field_38986:I- official - a- Lfpc$a;a:I
 
- 
GARBAGE_COLLECTORS- Mappings:
- Namespace - Name - Mixin selector - named - GARBAGE_COLLECTORS- Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;GARBAGE_COLLECTORS:Ljava/util/List;- intermediary - field_38987- Lnet/minecraft/class_340$class_7412;field_38987:Ljava/util/List;- official - b- Lfpc$a;b:Ljava/util/List;
 
- 
lastCalculatedprivate long lastCalculated- Mappings:
- Namespace - Name - Mixin selector - named - lastCalculated- Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;lastCalculated:J- intermediary - field_38988- Lnet/minecraft/class_340$class_7412;field_38988:J- official - c- Lfpc$a;c:J
 
- 
allocatedBytesprivate long allocatedBytes- Mappings:
- Namespace - Name - Mixin selector - named - allocatedBytes- Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;allocatedBytes:J- intermediary - field_38989- Lnet/minecraft/class_340$class_7412;field_38989:J- official - d- Lfpc$a;d:J
 
- 
collectionCountprivate long collectionCount- Mappings:
- Namespace - Name - Mixin selector - named - collectionCount- Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;collectionCount:J- intermediary - field_38990- Lnet/minecraft/class_340$class_7412;field_38990:J- official - e- Lfpc$a;e:J
 
- 
allocationRateprivate long allocationRate- Mappings:
- Namespace - Name - Mixin selector - named - allocationRate- Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;allocationRate:J- intermediary - field_38991- Lnet/minecraft/class_340$class_7412;field_38991:J- official - f- Lfpc$a;f:J
 
 
- 
- 
Constructor Details- 
AllocationRateCalculatorAllocationRateCalculator()
 
- 
- 
Method Details- 
getlong get(long allocatedBytes) - Mappings:
- Namespace - Name - Mixin selector - named - get- Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;get(J)J- intermediary - method_43448- Lnet/minecraft/class_340$class_7412;method_43448(J)J- official - a- Lfpc$a;a(J)J
 
- 
getCollectionCountprivate static long getCollectionCount()- Mappings:
- Namespace - Name - Mixin selector - named - getCollectionCount- Lnet/minecraft/client/gui/hud/DebugHud$AllocationRateCalculator;getCollectionCount()J- intermediary - method_43447- Lnet/minecraft/class_340$class_7412;method_43447()J- official - a- Lfpc$a;a()J
 
 
-