// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.core.universe.world.npc;

public interface INonPlayerCharacter
{
    String getNPCTypeId();
    
    int getNPCTypeIndex();
}
