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

Method placeSelected

src/main/java/mudmap2/frontend/WorldTab.java:137–140  ·  view source on GitHub ↗
(Place place)

Source from the content-addressed store, hash-verified

135 worldPanel.addStatusListener(this);
136 worldPanel.addPlaceSelectionListener(new PlaceSelectionListener() {
137 @Override
138 public void placeSelected(Place place) {
139 updateInfobar();
140 }
141
142 @Override
143 public void placeDeselected(Place place) {

Callers

nothing calls this directly

Calls 3

updateInfobarMethod · 0.95
pushPositionMethod · 0.80
getCoordinateMethod · 0.45

Tested by

no test coverage detected