MCPcopy Create free account
hub / github.com/demoth/jake2 / remove

Method remove

server/src/main/java/jake2/server/SV_CCMDS.java:47–53  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

45 */
46
47 public static void remove(String name) {
48 try {
49 new File(name).delete();
50 }
51 catch (Exception e) {
52 }
53 }
54
55 /** Delete save files save/(number)/. */
56 static void SV_WipeSavegame(String savename) {

Callers 10

SV_WipeSavegameMethod · 0.95
animateParticlesMethod · 0.80
animateParticlesMethod · 0.80
getModeListMethod · 0.80
getLWJGLModeListMethod · 0.80
GL_FreeUnusedImagesMethod · 0.80
GL_ShutdownImagesMethod · 0.80
RemoveCommandMethod · 0.80
Link_fMethod · 0.80

Calls

no outgoing calls

Tested by 2

animateParticlesMethod · 0.64
animateParticlesMethod · 0.64