package com.asteria.game.item; /** * The enumerated type whose elements represent the states an {@link ItemNode} * can take on. * * @author lare96 <http://github.com/lare96> */ public enum ItemState { SEEN_BY_OWNER, SEEN_BY_EVERYONE, HIDDEN }