Class DebugEntrySystemSpecs
java.lang.Object
net.minecraft.client.gui.components.debug.DebugEntrySystemSpecs
- All Implemented Interfaces:
DebugScreenEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplay(DebugScreenDisplayer displayer, @Nullable Level serverOrClientLevel, @Nullable LevelChunk clientChunk, @Nullable LevelChunk serverChunk) private Stringstatic StringbooleanisAllowed(boolean reducedDebugInfo) private StringtypeName(DeviceType type) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DebugScreenEntry
category
-
Field Details
-
GROUP
-
cpuInfo
-
-
Constructor Details
-
DebugEntrySystemSpecs
public DebugEntrySystemSpecs()
-
-
Method Details
-
getCpuInfo
-
display
public void display(DebugScreenDisplayer displayer, @Nullable Level serverOrClientLevel, @Nullable LevelChunk clientChunk, @Nullable LevelChunk serverChunk) - Specified by:
displayin interfaceDebugScreenEntry
-
firstLine
-
typeName
-
isAllowed
public boolean isAllowed(boolean reducedDebugInfo) - Specified by:
isAllowedin interfaceDebugScreenEntry
-