MCPcopy Create free account
hub / github.com/Teneted/Tenet / clone

Method clone

src/main/java/org/bukkit/material/Sapling.java:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 @Override
112 public Sapling clone() {
113 return (Sapling) super.clone();
114 }
115}

Callers

nothing calls this directly

Implementers 1

CraftSaplingsrc/main/java/org/bukkit/craftbukkit/v

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected