All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pepsoft.worldpainter.tools.BiomesViewer Maven / Gradle / Ivy

There is a newer version: 2.23.2
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.pepsoft.worldpainter.tools;

/**
 *
 * @author pepijn
 */
public class BiomesViewer extends WPTileSelectionViewer {
    public BiomesViewer() {
        // Do nothing
    }

    public BiomesViewer(boolean leftClickDrags, boolean paintCentre) {
        super(leftClickDrags, paintCentre);
    }
    
    private static final long serialVersionUID = 1L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy