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

Method clone

src/main/java/org/bukkit/material/Door.java:323–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 }
322
323 @Override
324 public Door clone() {
325 return (Door) super.clone();
326 }
327}

Callers

nothing calls this directly

Implementers 1

CraftDoorsrc/main/java/org/bukkit/craftbukkit/v

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected