Class GeyserBungeeMain
java.lang.Object
org.geysermc.geyser.GeyserMain
org.geysermc.geyser.platform.bungeecord.GeyserBungeeMain
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the folder name the plugin should go intoGet the platform the plugin is forstatic void
Methods inherited from class org.geysermc.geyser.GeyserMain
displayMessage
-
Constructor Details
-
GeyserBungeeMain
public GeyserBungeeMain()
-
-
Method Details
-
main
-
getPluginType
Description copied from class:GeyserMain
Get the platform the plugin is for- Overrides:
getPluginType
in classGeyserMain
- Returns:
- The string representation of the plugin platforms name
-
getPluginFolder
Description copied from class:GeyserMain
Get the folder name the plugin should go into- Overrides:
getPluginFolder
in classGeyserMain
- Returns:
- The string representation of the folder
-