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

Method FSkinImage

forge-gui-mobile/src/forge/assets/FSkinImage.java:367–370  ·  view source on GitHub ↗
(FSkinProp skinProp)

Source from the content-addressed store, hash-verified

365 private final FSkinImageImpl impl;
366
367 FSkinImage(FSkinProp skinProp) {
368 impl = new FSkinImageImpl(skinProp);
369 FSkin.getImages().put(skinProp, this);
370 }
371
372 @Override
373 public void load(Pixmap preferredIcons) {

Callers

nothing calls this directly

Calls 2

getImagesMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected