MCPcopy Create free account
hub / github.com/Garten/sourcecraft / getPlace

Method getPlace

src/gui/panel/InputPanel.java:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 public Place getPlace() {
159 return (Place) this.comboBox_Place.getSelectedItem();
160 }
161
162 public void setCoordinates(Place place) {
163 this.textField_FromX.setText(place.getStart()

Callers 1

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected