MCPcopy Create free account
hub / github.com/e2wugui/zeze / destroy

Method destroy

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Bag.java:277–280  ·  view source on GitHub ↗
(int from)

Source from the content-addressed store, hash-verified

275 }
276
277 public final int destroy(int from) {
278 bean.getItems().remove(from);
279 return 0;
280 }
281
282 public final void sort(Comparator<Map.Entry<Integer, BItem>> comparison) {
283 if (null == comparison)

Callers 8

ProcessDestroyRequestMethod · 0.45
mainMethod · 0.45
fatalExitMethod · 0.45
destroySubprocessMethod · 0.45
stopServiceMethod · 0.45
resetCollectionsMethod · 0.45
resetCollectionsMethod · 0.45
resetCollectionsMethod · 0.45

Calls 2

getItemsMethod · 0.80
removeMethod · 0.65

Tested by

no test coverage detected