Uses of Class
org.geysermc.geyser.extension.GeyserExtension
Packages that use GeyserExtension
Package
Description
-
Uses of GeyserExtension in org.geysermc.geyser.event.events.extension
Methods in org.geysermc.geyser.event.events.extension that return GeyserExtensionModifier and TypeMethodDescription@NonNull GeyserExtensionExtensionDisableEvent.getExtension()The extension which will be disabled@NonNull GeyserExtensionExtensionEnableEvent.getExtension()The extension that has been enabledConstructors in org.geysermc.geyser.event.events.extension with parameters of type GeyserExtensionModifierConstructorDescriptionExtensionDisableEvent(@NonNull GeyserExtension extension)ExtensionEnableEvent(@NonNull GeyserExtension extension) -
Uses of GeyserExtension in org.geysermc.geyser.extension
Methods in org.geysermc.geyser.extension that return types with arguments of type GeyserExtensionModifier and TypeMethodDescriptionClass<? extends GeyserExtension>ExtensionClassLoader.getExtensionClass()ExtensionManager.getExtensions()Constructors in org.geysermc.geyser.extension with parameters of type GeyserExtension -
Uses of GeyserExtension in org.geysermc.geyser.extension.handlers
Methods in org.geysermc.geyser.extension.handlers that return GeyserExtensionModifier and TypeMethodDescriptionExtensionLambdaEventHandler.getExtension()ExtensionMethodEventHandler.getExtension()Constructors in org.geysermc.geyser.extension.handlers with parameters of type GeyserExtensionModifierConstructorDescriptionExtensionLambdaEventHandler(GeyserExtension extension, Class<T> cls, BiConsumer<T,EventHandler<T>> consumer)ExtensionMethodEventHandler(GeyserExtension extension, Object handlerClass, Method method)