Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bukkit/Bukkit
/ Tree
Method
Tree
src/main/java/org/bukkit/material/Tree.java:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
*/
9
public
class
Tree extends MaterialData {
10
public
Tree() {
11
super(Material.LOG);
12
}
13
14
public
Tree(TreeSpecies species) {
15
this();
Callers
nothing calls this directly
Calls
1
setSpecies
Method · 0.95
Tested by
no test coverage detected