Interface ITreeManager


public interface ITreeManager
Since:
2.6.0
  • 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 null if 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()