package com.hypixel.hytale.builtin.buildertools.prefabeditor.enums; public enum PrefabStackingAxis { X, Z; private PrefabStackingAxis() { } }