Class TreeDecorator.TreeDecoration
java.lang.Object
net.glowstone.generator.decorators.overworld.TreeDecorator.TreeDecoration
- Enclosing class:
- TreeDecorator
-
Constructor Summary
ConstructorsConstructorDescriptionTreeDecoration(BiFunction<Random, BlockStateDelegate, ? extends GenericTree> constructor, int weight) -
Method Summary
Modifier and TypeMethodDescriptionbooleanBiFunction<Random,BlockStateDelegate, ? extends GenericTree> intinthashCode()toString()
-
Constructor Details
-
TreeDecoration
public TreeDecoration(BiFunction<Random, BlockStateDelegate, ? extends GenericTree> constructor, int weight)
-
-
Method Details