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

public class TrainerChat extends Object
Dialogue for a Trainer.
  • Field Details

    • opening

      public String opening
      Dialogue the Trainer says at different times.
    • win

      public String win
      Dialogue the Trainer says at different times.
    • lose

      public String lose
      Dialogue the Trainer says at different times.
  • Constructor Details

    • TrainerChat

      public TrainerChat(String opening, String win, String lose)
      Initializes a Trainer's dialogue.
      Parameters:
      opening - Dialogue when the Trainer begins a battle.
      win - Dialogue when the Trainer wins a battle.
      lose - Dialogue when the Trainer loses a battle.