package com.hypixel.hytale.server.core.universe.world.npc; public interface INonPlayerCharacter { String getNPCTypeId(); int getNPCTypeIndex(); }