interfacepublicPriority 3
INonPlayerCharacter
com.hypixel.hytale.server.core.universe.world.npc.INonPlayerCharacter
0
Methods
0
Public Methods
0
Fields
0
Constructors
Source Code
package com.hypixel.hytale.server.core.universe.world.npc;
public interface INonPlayerCharacter {
String getNPCTypeId();
int getNPCTypeIndex();
}