net.minecraft.client.gui.components.debug

public class DebugScreenEntryList

ggj
net.minecraft.client.gui.components.debug.DebugScreenEntryList
net.minecraft.class_11633
net.minecraft.client.gui.hud.debug.DebugHudProfile
net.minecraft.src.C_411104_

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_61585
LOGGER
f_412118_
private Map<ResourceLocation, DebugScreenEntryStatus>
b
allStatuses
field_61586
visibilityMap
f_412475_
private final List<ResourceLocation>
c
currentlyEnabled
field_61587
visibleEntries
f_413603_
private boolean
d
isF3Visible
field_61588
f3Enabled
f_413640_
private DebugScreenProfile
e
profile
field_61589
type
f_413495_
private final File
f
debugProfileFile
field_61590
file
f_413812_
private long
g
currentlyEnabledVersion
field_63063
version
f_412217_

Constructor summary

ModifierConstructor
public (File file)

Method summary

Modifier and TypeMethod
public void
a()
load()
method_72765()
readProfileFile()
m_418159_()
public void
a(ggl arg0)
loadProfile(DebugScreenProfile arg0)
method_72768(class_11636 arg0)
setProfileType(DebugProfileType type)
m_419774_(C_411387_ arg0)
private void
h()
loadDefaultProfile()
method_72779()
setToDefault()
m_418420_()
public DebugScreenEntryStatus
a(amj arg0)
getStatus(ResourceLocation arg0)
method_72766(class_2960 arg0)
getVisibility(Identifier entryId)
m_415401_(C_5265_ arg0)
public boolean
b(amj arg0)
isCurrentlyEnabled(ResourceLocation arg0)
method_72772(class_2960 arg0)
isEntryVisible(Identifier entryId)
m_417707_(C_5265_ arg0)
public void
a(amj arg0, ggk arg1)
setStatus(ResourceLocation arg0, DebugScreenEntryStatus arg1)
method_72767(class_2960 arg0, class_11635 arg1)
setEntryVisibility(Identifier entryId, DebugHudEntryVisibility visibility)
m_418744_(C_5265_ p_423179_, C_411138_ arg1)
public boolean
c(amj arg0)
toggleStatus(ResourceLocation arg0)
method_72775(class_2960 arg0)
toggleVisibility(Identifier entryId)
m_418391_(C_5265_ arg0)
public Collection<ResourceLocation>
b()
getCurrentlyEnabled()
method_72771()
getVisibleEntries()
m_416878_()
public void
c()
toggleF3Visible()
method_72774()
toggleF3Enabled()
m_419549_()
public void
a(boolean arg0)
setF3Visible(boolean arg0)
method_72770(boolean arg0)
setF3Enabled(boolean f3Enabled)
m_418801_(boolean arg0)
public boolean
d()
isF3Visible()
method_72776()
isF3Enabled()
m_417874_()
public void
e()
rebuildCurrentList()
method_72777()
updateVisibleEntries()
m_420494_()
public long
f()
getCurrentlyEnabledVersion()
method_74914()
getVersion()
m_415774_()
public boolean
b(ggl arg0)
isUsingProfile(DebugScreenProfile arg0)
method_72773(class_11636 arg0)
profileTypeMatches(DebugProfileType type)
m_420312_(C_411387_ arg0)
public void
g()
save()
method_72778()
saveProfileFile()
m_418378_()