MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / setVCardData

Method setVCardData

src/main/java/VCard/VCard.java:172–174  ·  view source on GitHub ↗
(int index, String data)

Source from the content-addressed store, hash-verified

170 }
171
172 public final void setVCardData(int index, String data) {
173 vCardData.setElementAt(data, index);
174 }
175
176//#if FILE_IO
177 public void setPhotoType() {

Callers 2

VCardMethod · 0.95
publishMethod · 0.80

Calls 1

setElementAtMethod · 0.80

Tested by

no test coverage detected