Interface NatureExtendable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addNature​(java.lang.String nature)
      Adds a specified nature.
      boolean hasNature​(java.lang.String nature)
      Checks if a specified nature has been added.
    • Method Detail

      • hasNature

        boolean hasNature​(java.lang.String nature)
        Checks if a specified nature has been added.
        Parameters:
        nature - the name of the nature.
        Returns:
        true if the specified nature was added.
      • addNature

        void addNature​(java.lang.String nature)
        Adds a specified nature.
        Parameters:
        nature - the name of the nature