/* * Copyright (c) 2018 univento.eu - All rights reserved * You are not allowed to use, distribute or modify this code */ package eu.univento.teamvento.generator; /** * @author joethei * @version 1.0 */ public enum Generator { NORMAL, FLAT, VOID, WATER, DEV, CUSTOM }