net.minecraft.client.gui.components.debug

public class DebugScreenEntryList

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

字段概要

修饰符与类型字段
private static final org.slf4j.Logger
a
LOGGER
field_61585
LOGGER
f_412118_
private static final int
b
DEFAULT_DEBUG_PROFILE_VERSION
field_63526
field_63526
f_433210_
private Map<Identifier, DebugScreenEntryStatus>
c
allStatuses
field_61586
visibilityMap
f_412475_
private final List<Identifier>
d
currentlyEnabled
field_61587
visibleEntries
f_413603_
private boolean
e
isOverlayVisible
field_61588
f3Enabled
f_437145_
private DebugScreenProfile
f
profile
field_61589
type
f_413495_
private final File
g
debugProfileFile
field_61590
file
f_413812_
private long
h
currentlyEnabledVersion
field_63063
version
f_412217_
private final com.mojang.serialization.Codec<DebugScreenEntryList$SerializedOptions>
i
codec
field_63527
codec
f_433549_

构造函数概要

修饰符构造函数
public (File file)

方法概要

修饰符与类型方法
public void
a()
load()
method_72765()
readProfileFile()
m_418159_()
public void
a(gmb 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(amo arg0)
getStatus(Identifier arg0)
method_72766(class_2960 arg0)
getVisibility(Identifier entryId)
m_415401_(C_432211_ arg0)
public boolean
b(amo arg0)
isCurrentlyEnabled(Identifier arg0)
method_72772(class_2960 arg0)
isEntryVisible(Identifier entryId)
m_417707_(C_432211_ arg0)
public void
a(amo arg0, gma arg1)
setStatus(Identifier arg0, DebugScreenEntryStatus arg1)
method_72767(class_2960 arg0, class_11635 arg1)
setEntryVisibility(Identifier entryId, DebugHudEntryVisibility visibility)
m_418744_(C_432211_ p_423179_, C_411138_ arg1)
public boolean
c(amo arg0)
toggleStatus(Identifier arg0)
method_72775(class_2960 arg0)
toggleVisibility(Identifier entryId)
m_418391_(C_432211_ arg0)
public Collection<Identifier>
b()
getCurrentlyEnabled()
method_72771()
getVisibleEntries()
m_416878_()
public void
c()
toggleDebugOverlay()
method_72774()
toggleF3Enabled()
m_442056_()
public void
a(boolean arg0)
setOverlayVisible(boolean arg0)
method_72770(boolean arg0)
setF3Enabled(boolean f3Enabled)
m_444566_(boolean arg0)
public boolean
d()
isOverlayVisible()
method_72776()
isF3Enabled()
m_439190_()
public void
e()
rebuildCurrentList()
method_72777()
updateVisibleEntries()
m_420494_()
public long
f()
getCurrentlyEnabledVersion()
method_74914()
getVersion()
m_415774_()
public boolean
b(gmb 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_()