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
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 TypeMethodDescriptionvoid
ServerLoginPluginMessageEvent.setResult
(ServerLoginPluginMessageEvent.ResponseResult result)