package com.hypixel.hytale.procedurallib.logic.cell; public enum CellType { SQUARE, HEX; private CellType() { } }