Package github.jaffe2718.mccs.jfx
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
Modifier and TypeFieldDescriptionstatic final String
mod icon pathstatic javafx.stage.Stage
JavaFX stage of mccs IDEFields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
initialize the mccs IDEvoid
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
-
Field Details
-
ICON_PATH
mod icon path- See Also:
-
stage
public static javafx.stage.Stage stageJavaFX stage of mccs IDE
-
-
Constructor Details
-
MccsApplication
public MccsApplication()
-
-
Method Details
-
start
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 classjavafx.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
-