net.minecraft.client.gui.components.debug

public class DebugScreenEntryList

gbp
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 Map<ResourceLocation, DebugScreenEntryStatus>
b
allStatuses
field_61586
visibilityMap
private final List<ResourceLocation>
c
currentlyEnabled
field_61587
visibleEntries
private boolean
d
isF3Visible
field_61588
f3Enabled
private DebugScreenProfile
e
profile
field_61589
type
private final File
f
debugProfileFile
field_61590
file

Constructor summary

ModifierConstructor
public (File file)

Method summary

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