INonPlayerCharacter interface
Пакет: com.hypixel.hytale.server.core.universe.world.npc
Файл: com/hypixel/hytale/server/core/universe/world/npc/INonPlayerCharacter.java
Методы (2)
| Модификаторы | Возврат | Сигнатура |
|---|---|---|
abstract |
String |
getNPCTypeIdString getNPCTypeId() |
abstract |
int |
getNPCTypeIndexint getNPCTypeIndex() |
Исходный код
Показать/скрыть
class="kw">package com.hypixel.hytale.server.core.universe.world.npc;
class="kw">public class="kw">interface INonPlayerCharacter {
String getNPCTypeId();
int getNPCTypeIndex();
}