package mightypork.gamecore.gui; /** * Vertical align sides * * @author MightyPork */ public enum AlignY { TOP, CENTER, BOTTOM; }