public class GeneralNPCData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
| Constructor and Description |
|---|
GeneralNPCData(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRandomChatIndex() |
int |
getRandomNameIndex() |
java.lang.String |
getRandomTexture() |
java.util.ArrayList<java.lang.String> |
getTextures()
Gets the possible textures for the NPC.
|
public java.lang.String getRandomTexture()
public java.util.ArrayList<java.lang.String> getTextures()
public int getRandomChatIndex()
public int getRandomNameIndex()