Uses of Enum Class
com.velocitypowered.api.proxy.server.PlayerInfoForwarding
Packages that use PlayerInfoForwarding
Package
Description
Provides utilities to handle server information.
-
Uses of PlayerInfoForwarding in com.velocitypowered.api.proxy.config
Methods in com.velocitypowered.api.proxy.config that return PlayerInfoForwardingModifier and TypeMethodDescription@Nullable PlayerInfoForwardingBackendServerConfig.forwardingMode()Returns the value of theforwardingModerecord component.Constructors in com.velocitypowered.api.proxy.config with parameters of type PlayerInfoForwardingModifierConstructorDescriptionBackendServerConfig(String address, @Nullable PlayerInfoForwarding forwardingMode) Creates a newBackendServerConfig. -
Uses of PlayerInfoForwarding in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return PlayerInfoForwardingModifier and TypeMethodDescription@Nullable PlayerInfoForwardingServerInfo.getPlayerInfoForwardingMode()Returns the forwarding mode used by the backend server to communicate with Velocity.static PlayerInfoForwardingReturns the enum constant of this class with the specified name.static PlayerInfoForwarding[]PlayerInfoForwarding.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.velocitypowered.api.proxy.server with parameters of type PlayerInfoForwardingModifierConstructorDescriptionServerInfo(String name, InetSocketAddress address, @Nullable PlayerInfoForwarding forwardingMode) Creates a new ServerInfo object.