Uses of Interface
org.bukkit.ServerLinks
Packages that use ServerLinks
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of ServerLinks in org.bukkit
Methods in org.bukkit that return ServerLinksModifier and TypeMethodDescriptionServerLinks.copy()
Returns a copy of this link collection, unassociated from the server.static ServerLinks
Bukkit.getServerLinks()
Gets the server links which will be sent to clientsServer.getServerLinks()
Gets the server links which will be sent to clients -
Uses of ServerLinks in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type ServerLinksModifier and TypeMethodDescriptionvoid
Player.sendLinks
(ServerLinks links) Sends the given server links to the player. -
Uses of ServerLinks in org.bukkit.event.player
Methods in org.bukkit.event.player that return ServerLinksModifier and TypeMethodDescriptionPlayerLinksSendEvent.getLinks()
Gets the links to be sent, for modification.Constructors in org.bukkit.event.player with parameters of type ServerLinks