Class TeamEntry

All Implemented Interfaces:
Comparable<Content>

public class TeamEntry extends UnlockableContent
This class is only for displaying team lore in the content database.
  • Field Details

    • team

      public final Team team
  • Constructor Details

    • TeamEntry

      public TeamEntry(Team team)
  • Method Details

    • displayExtra

      public void displayExtra(Table table)
      Description copied from class: UnlockableContent
      Display any extra info after details.
      Overrides:
      displayExtra in class UnlockableContent
    • getContentType

      public ContentType getContentType()
      Description copied from class: Content
      Returns the type name of this piece of content. This should return the same value for all instances of this content type.
      Specified by:
      getContentType in class Content