Interface GeyserConfiguration.IBedrockConfiguration
- All Superinterfaces:
org.geysermc.geyser.api.network.BedrockListener
- All Known Implementing Classes:
GeyserJacksonConfiguration.BedrockConfiguration
- Enclosing interface:
- GeyserConfiguration
public static interface GeyserConfiguration.IBedrockConfiguration
extends org.geysermc.geyser.api.network.BedrockListener
-
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanvoidsetAddress(String address) voidsetBroadcastPort(int broadcastPort) voidsetPort(int port) Methods inherited from interface org.geysermc.geyser.api.network.BedrockListener
address, broadcastPort, port, primaryMotd, secondaryMotd, serverName
-
Method Details
-
setAddress
-
setPort
void setPort(int port) -
setBroadcastPort
void setBroadcastPort(int broadcastPort) -
isCloneRemotePort
boolean isCloneRemotePort() -
getCompressionLevel
int getCompressionLevel() -
isEnableProxyProtocol
boolean isEnableProxyProtocol() -
getProxyProtocolWhitelistedIPs
-
getWhitelistedIPsMatchers
List<CIDRMatcher> getWhitelistedIPsMatchers()- Returns:
- Unmodifiable list of
CIDRMatchers fromgetProxyProtocolWhitelistedIPs()
-