Class MccsApplication

java.lang.Object
javafx.application.Application
github.jaffe2718.mccs.jfx.MccsApplication

public class MccsApplication extends javafx.application.Application
run this application in minecraft
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.application.Application

    javafx.application.Application.Parameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    mod icon path
    static javafx.stage.Stage
    JavaFX stage of mccs IDE

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    initialize the mccs IDE
    void
    start(javafx.stage.Stage primaryStage)
    The main entry point for all JavaFX applications.

    Methods inherited from class javafx.application.Application

    getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ICON_PATH

      public static final String ICON_PATH
      mod icon path
      See Also:
    • stage

      public static javafx.stage.Stage stage
      JavaFX stage of mccs IDE
  • Constructor Details

    • MccsApplication

      public MccsApplication()
  • Method Details

    • start

      public void start(javafx.stage.Stage primaryStage) throws IOException
      The main entry point for all JavaFX applications. The start method is called after the init method has returned, and after the system is ready for the application to begin running.

      NOTE: This method is called on the JavaFX Application Thread.

      Specified by:
      start in class javafx.application.Application
      Parameters:
      primaryStage - the primary stage for this application, onto which the application scene can be set. Applications may create other stages, if needed, but they will not be primary stages.
      Throws:
      IOException - if something goes wrong
    • initialization

      public static void initialization()
      initialize the mccs IDE