Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
VCard
Method · 0.95
publish
Method · 0.80
Calls
1
setElementAt
Method · 0.80
Tested by
no test coverage detected