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

Method updateWithResource

launcher/ui/widgets/InfoFrame.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void InfoFrame::updateWithResource(const Resource& resource)
95{
96 setName(resource.name());
97 setImage();
98}
99
100QString InfoFrame::renderColorCodes(QString input) {
101 // We have to manually set the colors for use.

Callers 1

onSelectionChangedMethod · 0.80

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected