Uses of Interface
org.geysermc.geyser.GeyserBootstrap
Packages that use GeyserBootstrap
Package
Description
-
Uses of GeyserBootstrap in org.geysermc.geyser
Methods in org.geysermc.geyser with parameters of type GeyserBootstrapModifier and TypeMethodDescriptionstatic GeyserImplGeyserImpl.start(PlatformType platformType, GeyserBootstrap bootstrap) -
Uses of GeyserBootstrap in org.geysermc.geyser.network.netty
Methods in org.geysermc.geyser.network.netty with parameters of type GeyserBootstrapModifier and TypeMethodDescriptionvoidGeyserInjector.initializeLocalChannel(GeyserBootstrap bootstrap)protected abstract voidGeyserInjector.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.text
Methods in org.geysermc.geyser.text with parameters of type GeyserBootstrapModifier and TypeMethodDescriptionstatic voidGeyserLocale.init(GeyserBootstrap bootstrap)Loads the initial locale(s) with the help of the bootstrap. -
Uses of GeyserBootstrap in org.geysermc.geyser.util
Methods in org.geysermc.geyser.util with parameters of type GeyserBootstrapModifier and TypeMethodDescriptionstatic FileFileUtils.fileOrCopiedFromResource(File file, String name, Function<String,String> format, GeyserBootstrap bootstrap)Open the specified file or copy if from resources