Package org.geysermc.geyser
Class GeyserMain
java.lang.Object
org.geysermc.geyser.GeyserMain
- Direct Known Subclasses:
GeyserBungeeMain
,GeyserSpigotMain
,GeyserSpongeMain
,GeyserVelocityMain
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Displays the run help message in the console and a message box if running with a guiGet the folder name the plugin should go intoGet the platform the plugin is for
-
Constructor Details
-
GeyserMain
public GeyserMain()
-
-
Method Details
-
displayMessage
public void displayMessage()Displays the run help message in the console and a message box if running with a gui -
getPluginType
Get the platform the plugin is for- Returns:
- The string representation of the plugin platforms name
-
getPluginFolder
Get the folder name the plugin should go into- Returns:
- The string representation of the folder
-