MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / setSpecies

Method setSpecies

src/main/java/org/bukkit/material/Tree.java:49–51  ·  view source on GitHub ↗

Sets the species of this tree @param species New species of this tree

(TreeSpecies species)

Source from the content-addressed store, hash-verified

47 * @param species New species of this tree
48 */
49 public void setSpecies(TreeSpecies species) {
50 setData(species.getData());
51 }
52
53 @Override
54 public String toString() {

Callers 1

TreeMethod · 0.95

Calls 2

setDataMethod · 0.65
getDataMethod · 0.65

Tested by

no test coverage detected