java.lang.Object
com.pixelmonmod.pixelmon.entities.npcs.registry.GymNPCData
All Implemented Interfaces:
ITrainerData

public class GymNPCData extends Object implements ITrainerData
  • Field Details

  • Constructor Details

    • GymNPCData

      public GymNPCData(String id)
  • Method Details

    • getRandomTextureIndex

      public int getRandomTextureIndex()
    • getRandomTexture

      public String getRandomTexture()
    • getRandomChatIndex

      public int getRandomChatIndex()
    • getRandomTrainerChatIndex

      public int getRandomTrainerChatIndex()
    • getRandomNameIndex

      public int getRandomNameIndex()
    • getName

      public String getName(int index)
      Specified by:
      getName in interface ITrainerData
    • getChat

      public TrainerChat getChat(int index)
      Specified by:
      getChat in interface ITrainerData