MCPcopy Create free account
hub / github.com/SimHacker/micropolis / load

Method load

micropolis-java/src/micropolisj/engine/Tiles.java:84–87  ·  view source on GitHub ↗
(String tileName)

Source from the content-addressed store, hash-verified

82 }
83
84 public static TileSpec load(String tileName)
85 {
86 return tilesByName.get(tileName);
87 }
88
89 /**
90 * Access a tile specification by index number.

Callers 6

readTilesMethod · 0.45
generateFromRecipeMethod · 0.45
loadStringsMethod · 0.45
addLocaleMethod · 0.45
all.jsFile · 0.45
all_pretty.jsFile · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected