Uses of Class
net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
-
Packages that use PlayerListItemUpdate.Action Package Description net.md_5.bungee.protocol.packet -
-
Uses of PlayerListItemUpdate.Action in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return PlayerListItemUpdate.Action Modifier and Type Method Description static PlayerListItemUpdate.ActionPlayerListItemUpdate.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerListItemUpdate.Action[]PlayerListItemUpdate.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 that return types with arguments of type PlayerListItemUpdate.Action Modifier and Type Method Description EnumSet<PlayerListItemUpdate.Action>PlayerListItemUpdate. getActions()Method parameters in net.md_5.bungee.protocol.packet with type arguments of type PlayerListItemUpdate.Action Modifier and Type Method Description voidPlayerListItemUpdate. setActions(EnumSet<PlayerListItemUpdate.Action> actions)
-