Package com.sk89q.worldedit.regions

Examples of com.sk89q.worldedit.regions.AbstractRegion


     * Return a region representation of this buffer.
     *
     * @return a region
     */
    public Region asRegion() {
        return new AbstractRegion(null) {
            @Override
            public Vector getMinimumPoint() {
                return min != null ? min : new Vector();
            }

View Full Code Here

TOP

Related Classes of com.sk89q.worldedit.regions.AbstractRegion

Copyright © 2018 www.massapicom. 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.