Uses of Class
net.md_5.bungee.protocol.packet.PlayerListItem.Action
-
Packages that use PlayerListItem.Action Package Description net.md_5.bungee.protocol.packet -
-
Uses of PlayerListItem.Action in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return PlayerListItem.Action Modifier and Type Method Description PlayerListItem.ActionPlayerListItem. getAction()static PlayerListItem.ActionPlayerListItem.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerListItem.Action[]PlayerListItem.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.protocol.packet with parameters of type PlayerListItem.Action Modifier and Type Method Description voidPlayerListItem. setAction(PlayerListItem.Action action)
-