Uses of Interface
org.geysermc.geyser.GeyserBootstrap
Package
Description
-
Uses of GeyserBootstrap in org.geysermc.geyser
Modifier and TypeMethodDescriptionstatic GeyserImpl
GeyserImpl.start(PlatformType platformType, GeyserBootstrap bootstrap)
-
Uses of GeyserBootstrap in org.geysermc.geyser.network.netty
Modifier and TypeMethodDescriptionvoid
GeyserInjector.initializeLocalChannel(GeyserBootstrap bootstrap)
protected abstract void
GeyserInjector.initializeLocalChannel0(GeyserBootstrap bootstrap)
The method to implement that is called byGeyserInjector.initializeLocalChannel(GeyserBootstrap)
wrapped around a try/catch. -
Uses of GeyserBootstrap in org.geysermc.geyser.platform.bungeecord
Modifier and TypeMethodDescriptionprotected void
GeyserBungeeInjector.initializeLocalChannel0(GeyserBootstrap bootstrap)
-
Uses of GeyserBootstrap in org.geysermc.geyser.platform.spigot
Modifier and TypeMethodDescriptionprotected void
GeyserSpigotInjector.initializeLocalChannel0(GeyserBootstrap bootstrap)
-
Uses of GeyserBootstrap in org.geysermc.geyser.platform.sponge
-
Uses of GeyserBootstrap in org.geysermc.geyser.platform.standalone
-
Uses of GeyserBootstrap in org.geysermc.geyser.platform.velocity
Modifier and TypeMethodDescriptionprotected void
GeyserVelocityInjector.initializeLocalChannel0(GeyserBootstrap bootstrap)