Class GeneralNPCData

java.lang.Object
com.pixelmonmod.pixelmon.entities.npcs.registry.GeneralNPCData

public class GeneralNPCData extends Object
Server-side data defining a chatting NPC.
  • Field Details

  • Constructor Details

    • GeneralNPCData

      public GeneralNPCData(String id)
  • Method Details

    • getRandomTexture

      public String getRandomTexture()
    • getTextures

      public ArrayList<String> getTextures()
      Gets the possible textures for the NPC.
      Returns:
      The possible textures for the NPC.
    • getRandomChatIndex

      public int getRandomChatIndex()
    • getRandomNameIndex

      public int getRandomNameIndex()