Uses of Class
net.md_5.bungee.protocol.packet.Title.Action
-
Packages that use Title.Action Package Description net.md_5.bungee.protocol.packet -
-
Uses of Title.Action in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return Title.Action Modifier and Type Method Description Title.ActionTitle. getAction()static Title.ActionTitle.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static Title.Action[]Title.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 Title.Action Modifier and Type Method Description voidTitle. setAction(Title.Action action)Constructors in net.md_5.bungee.protocol.packet with parameters of type Title.Action Constructor Description Title(Title.Action action)
-