Class Ancient


  • public class Ancient
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Ancient​(Faker faker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String god()  
      java.lang.String hero()  
      java.lang.String primordial()  
      java.lang.String titan()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ancient

        protected Ancient​(Faker faker)
    • Method Detail

      • god

        public java.lang.String god()
      • primordial

        public java.lang.String primordial()
      • titan

        public java.lang.String titan()
      • hero

        public java.lang.String hero()