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

Method setPossiblePlaces

src/gui/Gui.java:186–188  ·  view source on GitHub ↗
(Vector<Place> placeSelectOptions)

Source from the content-addressed store, hash-verified

184 }
185
186 public void setPossiblePlaces(Vector<Place> placeSelectOptions) {
187 this.inputPanel.setPossiblePlaces(placeSelectOptions);
188 }
189
190 public void setLoadCoordinates(RunnableWith<LabeledCoordinates> loadCoordinates) {
191 this.inputPanel.setLoadCoordinates(loadCoordinates);

Callers 1

initInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected