package com.hypixel.hytale.server.npc.blackboard.view.interaction; public enum ReservationStatus { NOT_RESERVED, RESERVED_OTHER, RESERVED_THIS; }