MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getExitDirections

Method getExitDirections

src/main/java/mudmap2/backend/Path.java:82–84  ·  view source on GitHub ↗

Gets the exit directions @return The two exit directions

()

Source from the content-addressed store, hash-verified

80 * @return The two exit directions
81 */
82 public String[] getExitDirections(){
83 return exitdirections;
84 }
85
86 /**
87 * Gets the exit direction of a place p used in this path

Callers 5

testGetExitDirectionsMethod · 0.95
pasteMethod · 0.80
paintMethod · 0.80
connectPathMethod · 0.80
writeFileMethod · 0.80

Calls

no outgoing calls

Tested by 1

testGetExitDirectionsMethod · 0.76