public class FloodgatePlatform extends Object
| Constructor and Description |
|---|
FloodgatePlatform() |
| Modifier and Type | Method and Description |
|---|---|
void |
disable() |
void |
enable(com.google.inject.Module... postInitializeModules) |
void |
init(org.geysermc.floodgate.api.FloodgateApi api,
org.geysermc.floodgate.api.link.PlayerLink link,
org.geysermc.floodgate.api.event.FloodgateEventBus eventBus,
org.geysermc.floodgate.api.packet.PacketHandlers packetHandlers,
org.geysermc.floodgate.api.handshake.HandshakeHandlers handshakeHandlers) |
boolean |
isProxy() |
@Inject
public void init(org.geysermc.floodgate.api.FloodgateApi api,
org.geysermc.floodgate.api.link.PlayerLink link,
org.geysermc.floodgate.api.event.FloodgateEventBus eventBus,
org.geysermc.floodgate.api.packet.PacketHandlers packetHandlers,
org.geysermc.floodgate.api.handshake.HandshakeHandlers handshakeHandlers)
public void enable(com.google.inject.Module... postInitializeModules)
throws RuntimeException
RuntimeExceptionpublic void disable()
public boolean isProxy()