Uses of Class
com.velocitypowered.api.event.player.ServerLoginPluginMessageEvent.ResponseResult
Packages that use ServerLoginPluginMessageEvent.ResponseResult
Package
Description
Provides events for handling actions performed by players.
-
Uses of ServerLoginPluginMessageEvent.ResponseResult in com.velocitypowered.api.event.player
Classes in com.velocitypowered.api.event.player that implement interfaces with type arguments of type ServerLoginPluginMessageEvent.ResponseResultModifier and TypeClassDescriptionclassFired when a server sends a login plugin message to the proxy.Methods in com.velocitypowered.api.event.player that return ServerLoginPluginMessageEvent.ResponseResultModifier and TypeMethodDescriptionServerLoginPluginMessageEvent.getResult()ServerLoginPluginMessageEvent.ResponseResult.reply(byte[] response) ServerLoginPluginMessageEvent.ResponseResult.unknown()Methods in com.velocitypowered.api.event.player with parameters of type ServerLoginPluginMessageEvent.ResponseResultModifier and TypeMethodDescriptionvoidServerLoginPluginMessageEvent.setResult(ServerLoginPluginMessageEvent.ResponseResult result)