Package forestry.api.arboriculture
Interface ITreeManager
public interface ITreeManager
- Since:
- 2.6.0
-
Method Summary
Modifier and TypeMethodDescriptionThis getter will be replaced by separate methods in 1.21, as ICharcoalManager will be removednet.minecraft.world.level.block.BlockgetRefractoryWaxed(net.minecraft.world.level.block.Block block)
-
Method Details
-
getRefractoryWaxed
@Nullable net.minecraft.world.level.block.Block getRefractoryWaxed(net.minecraft.world.level.block.Block block) - Parameters:
block- The block to query the refractory waxed form of, ex. Oak Planks- Returns:
- The resulting block after refractory wax is used on it, ex. Oak Planks (Fireproof),
or
nullif refractory wax cannot be applied to the block.
-
getCharcoalManager
ICharcoalManager getCharcoalManager()This getter will be replaced by separate methods in 1.21, as ICharcoalManager will be removed -
getWoodAccess
IWoodAccess getWoodAccess()
-