MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / isEnabled

Method isEnabled

launcher/minecraft/Component.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182bool Component::isEnabled()
183{
184 return !canBeDisabled() || !m_disabled;
185}
186
187bool Component::canBeDisabled()
188{

Callers 6

actionChangedFunction · 0.80
updateDialogStateMethod · 0.80
updateDialogStateMethod · 0.80
dataMethod · 0.80
setDataMethod · 0.80
getModLoadersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected