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

Method getSaveLocation

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

Source from the content-addressed store, hash-verified

152 }
153
154 public String getSaveLocation() {
155 return this.textField_RememberAs.getText();
156 }
157
158 public Place getPlace() {
159 return (Place) this.comboBox_Place.getSelectedItem();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected