Class TreeGrowers.TreeWoodType

java.lang.Object
btw.world.feature.trees.grower.TreeGrowers.TreeWoodType
Enclosing class:
TreeGrowers

public static class TreeGrowers.TreeWoodType extends Object
  • Field Details

    • woodBlockID

      public final int woodBlockID
    • woodMetadata

      public final int woodMetadata
    • stumpBlockID

      public final int stumpBlockID
    • stumpMetadata

      public final int stumpMetadata
    • leavesBlockID

      public final int leavesBlockID
    • leavesMetadata

      public final int leavesMetadata
  • Constructor Details

    • TreeWoodType

      public TreeWoodType(int woodBlockID, int woodMetadata, int stumpBlockID, int stumpMetadata, int leavesBlockID, int leavesMetadata)