net.minecraft.client.gui.components.debug

public class DebugScreenEntryList

gkr
net.minecraft.client.gui.components.debug.DebugScreenEntryList
net.minecraft.class_11633
net.minecraft.client.gui.hud.debug.DebugHudProfile

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_61585
LOGGER
private static final int
b
DEFAULT_DEBUG_PROFILE_VERSION
field_63526
field_63526
private Map<Identifier, DebugScreenEntryStatus>
c
allStatuses
field_61586
visibilityMap
private final List<Identifier>
d
currentlyEnabled
field_61587
visibleEntries
private boolean
e
isOverlayVisible
field_61588
f3Enabled
private DebugScreenProfile
f
profile
field_61589
type
private final File
g
debugProfileFile
field_61590
file
private long
h
currentlyEnabledVersion
field_63063
version
private final com.mojang.serialization.Codec<DebugScreenEntryList$SerializedOptions>
i
codec
field_63527
codec

Constructor summary

ModifierConstructor
public (File file)

Method summary

Modifier and TypeMethod
public void
a()
load()
method_72765()
readProfileFile()
public void
a(gkt arg0)
loadProfile(DebugScreenProfile arg0)
method_72768(class_11636 arg0)
setProfileType(DebugProfileType type)
private void
h()
loadDefaultProfile()
method_72779()
setToDefault()
public DebugScreenEntryStatus
a(amo arg0)
getStatus(Identifier arg0)
method_72766(class_2960 arg0)
getVisibility(Identifier entryId)
public boolean
b(amo arg0)
isCurrentlyEnabled(Identifier arg0)
method_72772(class_2960 arg0)
isEntryVisible(Identifier entryId)
public void
a(amo arg0, gks arg1)
setStatus(Identifier arg0, DebugScreenEntryStatus arg1)
method_72767(class_2960 arg0, class_11635 arg1)
setEntryVisibility(Identifier entryId, DebugHudEntryVisibility visibility)
public boolean
c(amo arg0)
toggleStatus(Identifier arg0)
method_72775(class_2960 arg0)
toggleVisibility(Identifier entryId)
public Collection<Identifier>
b()
getCurrentlyEnabled()
method_72771()
getVisibleEntries()
public void
c()
toggleDebugOverlay()
method_72774()
toggleF3Enabled()
public void
a(boolean arg0)
setOverlayVisible(boolean arg0)
method_72770(boolean arg0)
setF3Enabled(boolean f3Enabled)
public boolean
d()
isOverlayVisible()
method_72776()
isF3Enabled()
public void
e()
rebuildCurrentList()
method_72777()
updateVisibleEntries()
public long
f()
getCurrentlyEnabledVersion()
method_74914()
getVersion()
public boolean
b(gkt arg0)
isUsingProfile(DebugScreenProfile arg0)
method_72773(class_11636 arg0)
profileTypeMatches(DebugProfileType type)
public void
g()
save()
method_72778()
saveProfileFile()