Door(TreeSpecies species,
boolean isHingeRight) |
Deprecated.
Constructs the top half of a wooden door of the given species and with the hinge on the left or right
|
Door(TreeSpecies species,
BlockFace face) |
Deprecated.
Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to
closed
|
Door(TreeSpecies species,
BlockFace face,
boolean isOpen) |
Deprecated.
Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to open
or closed
|
Leaves(Material type,
TreeSpecies species) |
Deprecated.
Constructs a leaf block of the given type and tree species.
|
Leaves(Material type,
TreeSpecies species,
boolean isDecayable) |
Deprecated.
Constructs a leaf block of the given type and tree species and flag for
whether this leaf block will disappear when too far from a log.
|
Leaves(TreeSpecies species) |
Deprecated.
Constructs a leaf block of the given tree species.
|
Leaves(TreeSpecies species,
boolean isDecayable) |
Deprecated.
Constructs a leaf block of the given tree species and flag for whether
this leaf block will disappear when too far from a log.
|
Sapling(Material type,
TreeSpecies species) |
Deprecated.
Constructs a sapling of the given type and tree species.
|
Sapling(Material type,
TreeSpecies species,
boolean isInstantGrowable) |
Deprecated.
Constructs a sapling of the given type and tree species and if is it
instant growable
|
Sapling(TreeSpecies species) |
Deprecated.
Constructs a sapling of the given tree species.
|
Sapling(TreeSpecies species,
boolean isInstantGrowable) |
Deprecated.
Constructs a sapling of the given tree species and if is it instant
growable
|
Tree(Material type,
TreeSpecies species) |
Deprecated.
Constructs a tree block of the given type and tree species.
|
Tree(Material type,
TreeSpecies species,
BlockFace dir) |
Deprecated.
Constructs a tree block of the given type and tree species, and facing
the given direction.
|
Tree(TreeSpecies species) |
Deprecated.
Constructs a tree block of the given tree species.
|
Tree(TreeSpecies species,
BlockFace dir) |
Deprecated.
Constructs a tree block of the given tree species, and facing the given
direction.
|
Wood(Material type,
TreeSpecies species) |
Deprecated.
Constructs a wood block of the given type and tree species.
|
Wood(TreeSpecies species) |
Deprecated.
Constructs a wood block of the given tree species.
|
WoodenStep(TreeSpecies species) |
Deprecated.
Constructs a wooden step of the given tree species.
|
WoodenStep(TreeSpecies species,
boolean inv) |
Deprecated.
Constructs a wooden step of the given type and tree species, either
inverted or not.
|