Examples of SwampTreeObject


Examples of org.spout.vanilla.world.generator.normal.object.tree.SwampTreeObject

      return (byte) (2 + super.amount(random));
    }

    @Override
    public TreeObject make(Random random) {
      return new SwampTreeObject();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.