Class ForestryTreeSpecies

java.lang.Object
forestry.api.arboriculture.ForestryTreeSpecies

public class ForestryTreeSpecies extends Object
IDs of all tree species registered by base Forestry. The "tree_" prefix avoids ID conflicts because all types of species share the same registry (alleles).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
    The species for the Acacia trees added by Vanilla Minecraft.
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
    The species for the Cherry Blossom trees added by Vanilla Minecraft.
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • OAK

      public static final net.minecraft.resources.ResourceLocation OAK
    • DARK_OAK

      public static final net.minecraft.resources.ResourceLocation DARK_OAK
    • BIRCH

      public static final net.minecraft.resources.ResourceLocation BIRCH
    • ACACIA_VANILLA

      public static final net.minecraft.resources.ResourceLocation ACACIA_VANILLA
      The species for the Acacia trees added by Vanilla Minecraft.
    • SPRUCE

      public static final net.minecraft.resources.ResourceLocation SPRUCE
    • JUNGLE

      public static final net.minecraft.resources.ResourceLocation JUNGLE
    • CHERRY_VANILLA

      public static final net.minecraft.resources.ResourceLocation CHERRY_VANILLA
      The species for the Cherry Blossom trees added by Vanilla Minecraft.
    • LIME

      public static final net.minecraft.resources.ResourceLocation LIME
    • WALNUT

      public static final net.minecraft.resources.ResourceLocation WALNUT
    • CHESTNUT

      public static final net.minecraft.resources.ResourceLocation CHESTNUT
    • HILL_CHERRY

      public static final net.minecraft.resources.ResourceLocation HILL_CHERRY
    • LEMON

      public static final net.minecraft.resources.ResourceLocation LEMON
    • PLUM

      public static final net.minecraft.resources.ResourceLocation PLUM
    • MAPLE

      public static final net.minecraft.resources.ResourceLocation MAPLE
    • LARCH

      public static final net.minecraft.resources.ResourceLocation LARCH
    • PINE

      public static final net.minecraft.resources.ResourceLocation PINE
    • SEQUOIA

      public static final net.minecraft.resources.ResourceLocation SEQUOIA
    • GIANT_SEQUOIA

      public static final net.minecraft.resources.ResourceLocation GIANT_SEQUOIA
    • TEAK

      public static final net.minecraft.resources.ResourceLocation TEAK
    • IPE

      public static final net.minecraft.resources.ResourceLocation IPE
    • KAPOK

      public static final net.minecraft.resources.ResourceLocation KAPOK
    • EBONY

      public static final net.minecraft.resources.ResourceLocation EBONY
    • ZEBRAWOOD

      public static final net.minecraft.resources.ResourceLocation ZEBRAWOOD
    • MAHOGANY

      public static final net.minecraft.resources.ResourceLocation MAHOGANY
    • DESERT_ACACIA

      public static final net.minecraft.resources.ResourceLocation DESERT_ACACIA
    • PADAUK

      public static final net.minecraft.resources.ResourceLocation PADAUK
    • BALSA

      public static final net.minecraft.resources.ResourceLocation BALSA
    • COCOBOLO

      public static final net.minecraft.resources.ResourceLocation COCOBOLO
    • WENGE

      public static final net.minecraft.resources.ResourceLocation WENGE
    • BAOBAB

      public static final net.minecraft.resources.ResourceLocation BAOBAB
    • MAHOE

      public static final net.minecraft.resources.ResourceLocation MAHOE
    • WILLOW

      public static final net.minecraft.resources.ResourceLocation WILLOW
    • SIPIRI

      public static final net.minecraft.resources.ResourceLocation SIPIRI
    • PAPAYA

      public static final net.minecraft.resources.ResourceLocation PAPAYA
    • DATE

      public static final net.minecraft.resources.ResourceLocation DATE
    • POPLAR

      public static final net.minecraft.resources.ResourceLocation POPLAR
  • Constructor Details

    • ForestryTreeSpecies

      public ForestryTreeSpecies()