Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Teneted/Tenet
/ Sapling
Method
Sapling
src/main/java/org/bukkit/material/Sapling.java:20–22 ·
view source on GitHub ↗
Constructs a sapling.
()
Source
from the content-addressed store, hash-verified
18
* Constructs a sapling.
19
*/
20
public
Sapling() {
21
this(DEFAULT_SPECIES);
22
}
23
24
/**
25
* Constructs a sapling of the given tree species.
Callers
nothing calls this directly
Implementers
1
CraftSapling
src/main/java/org/bukkit/craftbukkit/v
Calls
1
setIsInstantGrowable
Method · 0.95
Tested by
no test coverage detected