Interface Program<E extends Entity>

    • Method Detail

      • run

        void run​(E entity)
        The entry method of the program.
        Parameters:
        entity - The entity this program operates on.