Class SpigotInjector
java.lang.Object
org.geysermc.floodgate.core.inject.CommonPlatformInjector
org.geysermc.floodgate.spigot.inject.SpigotInjector
- All Implemented Interfaces:
org.geysermc.floodgate.api.inject.PlatformInjector
@Singleton
public final class SpigotInjector
extends org.geysermc.floodgate.core.inject.CommonPlatformInjector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinject()voidinjectClient(io.netty.channel.ChannelFuture future) booleanvoidMethods inherited from class org.geysermc.floodgate.core.inject.CommonPlatformInjector
addAddon, addInjectedClient, channelClosedCall, injectAddonsCall, injectedClients, registerAddons, removeAddon, removeAddonsCall, removeInjectedClientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.floodgate.api.inject.PlatformInjector
canRemoveInjection
-
Constructor Details
-
SpigotInjector
public SpigotInjector()
-
-
Method Details
-
inject
- Throws:
Exception
-
injectClient
public void injectClient(io.netty.channel.ChannelFuture future) -
removeInjection
public void removeInjection() -
isInjected
public boolean isInjected()
-