Interface IExtensionImplementation


  • public interface IExtensionImplementation
    Created by Elec332 on 21-4-2020
    • Method Detail

      • getImplementationType

        ImplementationType getImplementationType()
        Returns the implementation type on this implementation.
        Returns:
        The implementation type on this implementation
      • getImplementationSpeed

        default int getImplementationSpeed()
        Returns the speed relative to the implementation type. When two implementations of the same type are present, the one with the highest speed is chosen.
        Returns:
        The relative speed of this implementation compared to its ImplementationType