Uses of Interface
org.bukkit.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
Modifier and TypeMethodDescriptionServerLinks.copy()
Returns a copy of this link collection, unassociated from the server.static @NotNull 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
Modifier and TypeMethodDescriptionvoid
Player.sendLinks
(@NotNull ServerLinks links) Sends the given server links to the player. -
Uses of ServerLinks in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerLinksSendEvent.getLinks()
Gets the links to be sent, for modification.ModifierConstructorDescriptionPlayerLinksSendEvent
(@NotNull Player player, @NotNull ServerLinks links)