Uses of Class
net.md_5.bungee.protocol.packet.ServerLinks.LinkType
-
Packages that use ServerLinks.LinkType Package Description net.md_5.bungee.protocol.packet -
-
Uses of ServerLinks.LinkType in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return ServerLinks.LinkType Modifier and Type Method Description static ServerLinks.LinkTypeServerLinks.LinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerLinks.LinkType[]ServerLinks.LinkType. 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 ServerLinks.LinkType Modifier and Type Method Description Either<ServerLinks.LinkType,BaseComponent>ServerLinks.Link. getType()Constructor parameters in net.md_5.bungee.protocol.packet with type arguments of type ServerLinks.LinkType Constructor Description Link(Either<ServerLinks.LinkType,BaseComponent> type, String url)
-