Class GeyserNeoForgeBootstrap

java.lang.Object
org.geysermc.geyser.platform.mod.GeyserModBootstrap
org.geysermc.geyser.platform.neoforge.GeyserNeoForgeBootstrap
All Implemented Interfaces:
org.geysermc.geyser.GeyserBootstrap

public class GeyserNeoForgeBootstrap extends org.geysermc.geyser.platform.mod.GeyserModBootstrap
  • Field Summary

    Fields inherited from interface org.geysermc.geyser.GeyserBootstrap

    DEFAULT_CHUNK_MANAGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    GeyserNeoForgeBootstrap(net.neoforged.fml.ModContainer container)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.geysermc.geyser.platform.mod.GeyserModBootstrap

    config, getCommandRegistry, getConfigFolder, getDumpInfo, getFloodgateKeyPath, getGeyser, getGeyserLogger, getGeyserPingPassthrough, getInstance, getMinecraftServerVersion, getResourceOrNull, getServer, getServerBindAddress, getServerPlatform, getServerPort, getSocketAddress, getWorldManager, loadFloodgate, onGeyserDisable, onGeyserEnable, onGeyserInitialize, onGeyserShutdown, platformType, setCommandRegistry, setServer, testFloodgatePluginPresent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.geysermc.geyser.GeyserBootstrap

    createMetricsPlatform, getLogsPath, getResourceOrThrow, getSavedUserLoginsFolder, loadConfig
  • Constructor Details

    • GeyserNeoForgeBootstrap

      public GeyserNeoForgeBootstrap(net.neoforged.fml.ModContainer container)
  • Method Details

    • isServer

      public boolean isServer()
      Specified by:
      isServer in class org.geysermc.geyser.platform.mod.GeyserModBootstrap