Interface Publications


public interface Publications
Publications -- The known publications
Since:
1.2.0 2021-05-23
Author:
klenkes74 <rlichti@kaiserpfalz-edv.de>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final de.kaiserpfalzedv.rpg.core.Books.Publication
     
    static final HashMap<UUID,de.kaiserpfalzedv.rpg.core.Books.Publication>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<de.kaiserpfalzedv.rpg.core.Books.Publication>
     
  • Field Details

    • CORE_RULES

      static final de.kaiserpfalzedv.rpg.core.Books.Publication CORE_RULES
    • PUBLICATIONS

      static final HashMap<UUID,de.kaiserpfalzedv.rpg.core.Books.Publication> PUBLICATIONS
  • Method Details

    • findPublicationByUuid

      default Optional<de.kaiserpfalzedv.rpg.core.Books.Publication> findPublicationByUuid(UUID id)
      Parameters:
      id - The UUID of the publication.
      Returns:
      The publication with the given ID (if present).