Class Platform.Builder

  • Enclosing interface:
    Platform

    public abstract static class Platform.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • getPlatform

        public abstract Platform getPlatform()
        Gets the plugin associated with the Builder's id, as previous set.
        Returns:
      • getId

        public java.lang.String getId()
      • getName

        public java.lang.String getName()
      • getPlugin

        public Plugin getPlugin()
        Gets the instance of the plugin that this platform will be registered to.
        Returns:
        plugin instance.