Package btw.world.feature.trees.grower
Class TreeGrowers.TreeWoodType
java.lang.Object
btw.world.feature.trees.grower.TreeGrowers.TreeWoodType
- Enclosing class:
- TreeGrowers
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intfinal intfinal intfinal intfinal int -
Constructor Summary
ConstructorsConstructorDescriptionTreeWoodType(int woodBlockID, int woodMetadata, int stumpBlockID, int stumpMetadata, int leavesBlockID, int leavesMetadata) -
Method Summary
-
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)
-