Uses of Class
com.treescrub.spedran.data.Link
-
Packages that use Link Package Description com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API. -
-
Uses of Link in com.treescrub.spedran.data
Subclasses of Link in com.treescrub.spedran.data Modifier and Type Class Description classRunPlayerHas information about a specific runner.Methods in com.treescrub.spedran.data that return Link Modifier and Type Method Description LinkGameAssets. getFirstTrophy()Gets aLinkto the trophy icon that is shown next to the first place run.LinkGameAssets. getIcon()Gets aLinkto the icon that is shown on the browser tab.LinkNotification. getItemLink()Gets a link with the type of notification and URL of the relevant page.LinkGameAssets. getLargeCover()Gets aLinkto the "large" size version of the cover art for the game or series.LinkGameAssets. getLogo()Gets aLinkto the Speedrun.com logo at the top left.LinkGameAssets. getMediumCover()Gets aLinkto the "medium" size version of the cover art for the game or series.LinkGameAssets. getSecondTrophy()Gets aLinkto the trophy icon that is shown next to the second place run.LinkGameAssets. getSmallCover()Gets aLinkto the "small" size version of the cover art for the game or series.LinkGameAssets. getThirdTrophy()Gets aLinkto the trophy icon that is shown next to the third place run.LinkGameAssets. getTinyCover()Gets aLinkto the "tiny" size version of the cover art for the game or series.Methods in com.treescrub.spedran.data that return types with arguments of type Link Modifier and Type Method Description Optional<Link>UserAssets. getAvatar()Gets aLinkto the user's custom avatar.Optional<Link>GameAssets. getBackground()Gets aLinkto the background image.Optional<Link>GameAssets. getForeground()Gets aLinkto the foreground image.Optional<Link>GameAssets. getFourthTrophy()Gets aLinkto the trophy icon that is shown next to the fourth place run.Optional<Link>User. getHitboxLink()Gets the link to this user's Hitbox account.Optional<Link>UserAssets. getIcon()Gets aLinkto the user's custom icon.List<Link>RunVideos. getLinks()Gets the video links mentioned in the run.Optional<Link>User. getSpeedrunsLiveLink()Gets the link to this user's SpeedRunsLive account.Optional<Link>Run. getSplits()Gets a link to the API of a splits hosting site.Optional<Link>UserAssets. getSupporterIcon()Gets aLinkto the user's custom supporter icon.Optional<Link>User. getTwitchLink()Gets the link to this user's Twitch account.Optional<Link>User. getTwitterLink()Gets the link to this user's Twitter account.Optional<Link>User. getYoutubeLink()Gets the link to this user's YouTube channel.
-