public class TreeManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ICharcoalManager |
charcoalManager
Can be used to add new charcoal pile walls.
|
static java.util.List<ICharcoalPileWall> |
pileWalls
Deprecated.
|
static ITreeFactory |
treeFactory
Used to create new trees.
|
static ITreeMutationFactory |
treeMutationFactory
Used to create new tree mutations.
|
static ITreeRoot |
treeRoot
Convenient access to AlleleManager.alleleRegistry.getSpeciesRoot("rootTrees")
|
static IWoodAccess |
woodAccess
Convenient access to wood items.
|
| Constructor and Description |
|---|
TreeManager() |
@Nullable public static ITreeRoot treeRoot
public static IWoodAccess woodAccess
@Nullable public static ITreeFactory treeFactory
@Nullable public static ITreeMutationFactory treeMutationFactory
@Nullable public static ICharcoalManager charcoalManager
@Deprecated public static java.util.List<ICharcoalPileWall> pileWalls
ICharcoalManager.registerWall(net.minecraft.block.Block, int).