Uses of Enum
net.md_5.bungee.protocol.packet.ServerLinks.LinkType
Packages that use ServerLinks.LinkType
-
Uses of ServerLinks.LinkType in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return ServerLinks.LinkTypeModifier and TypeMethodDescriptionstatic ServerLinks.LinkTypeReturns 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.LinkTypeModifier and TypeMethodDescriptionEither<ServerLinks.LinkType, net.md_5.bungee.api.chat.BaseComponent> ServerLinks.Link.getType()Constructor parameters in net.md_5.bungee.protocol.packet with type arguments of type ServerLinks.LinkTypeModifierConstructorDescriptionLink(Either<ServerLinks.LinkType, net.md_5.bungee.api.chat.BaseComponent> type, String url)