Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readTiles
Method · 0.45
generateFromRecipe
Method · 0.45
loadStrings
Method · 0.45
addLocale
Method · 0.45
all.js
File · 0.45
all_pretty.js
File · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected