MCPcopy Create free account
hub / github.com/Card-Forge/forge / getSkinIcon

Method getSkinIcon

forge-gui-mobile/src/forge/GuiMobile.java:120–124  ·  view source on GitHub ↗
(final FSkinProp skinProp)

Source from the content-addressed store, hash-verified

118 }
119
120 @Override
121 public ISkinImage getSkinIcon(final FSkinProp skinProp) {
122 if (skinProp == null) { return null; }
123 return FSkin.getImages().get(skinProp);
124 }
125
126 @Override
127 public ISkinImage getUnskinnedIcon(final String path) {

Callers

nothing calls this directly

Calls 2

getImagesMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected