package com.hypixel.hytale.component.data.change; public enum ChangeType { REGISTERED, UNREGISTERED; private ChangeType() { } }