public static class Player.Spigot extends Entity.Spigot
Constructor | Description |
---|---|
Spigot() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
getCollidesWithEntities() |
Deprecated.
|
java.util.Set<Player> |
getHiddenPlayers() |
Gets all players hidden with
Player.hidePlayer(org.bukkit.entity.Player) . |
java.lang.String |
getLocale() |
Deprecated.
|
java.net.InetSocketAddress |
getRawAddress() |
Gets the connection address of this player, regardless of whether it
has been spoofed or not.
|
void |
playEffect(Location location,
Effect effect,
int id,
int data,
float offsetX,
float offsetY,
float offsetZ,
float speed,
int particleCount,
int radius) |
Deprecated.
|
void |
respawn() |
Respawns the player if dead.
|
void |
sendMessage(net.md_5.bungee.api.chat.BaseComponent component) |
Sends this sender a chat component.
|
void |
sendMessage(net.md_5.bungee.api.chat.BaseComponent... components) |
Sends an array of components as a single message to the sender.
|
void |
sendMessage(net.md_5.bungee.api.ChatMessageType position,
net.md_5.bungee.api.chat.BaseComponent component) |
Sends the component to the specified screen position of this player
|
void |
sendMessage(net.md_5.bungee.api.ChatMessageType position,
net.md_5.bungee.api.chat.BaseComponent... components) |
Sends an array of components as a single message to the specified screen position of this player
|
void |
setCollidesWithEntities(boolean collides) |
Deprecated.
|
isInvulnerable
public java.net.InetSocketAddress getRawAddress()
@Deprecated public void playEffect(Location location, Effect effect, int id, int data, float offsetX, float offsetY, float offsetZ, float speed, int particleCount, int radius)
@Deprecated public boolean getCollidesWithEntities()
@Deprecated public void setCollidesWithEntities(boolean collides)
collides
- whether the player should collide with entities or
not.public void respawn()
@Deprecated public java.lang.String getLocale()
public java.util.Set<Player> getHiddenPlayers()
Player.hidePlayer(org.bukkit.entity.Player)
.public void sendMessage(net.md_5.bungee.api.chat.BaseComponent component)
CommandSender.Spigot
sendMessage
in class CommandSender.Spigot
component
- the components to sendpublic void sendMessage(net.md_5.bungee.api.chat.BaseComponent... components)
CommandSender.Spigot
sendMessage
in class CommandSender.Spigot
components
- the components to sendpublic void sendMessage(net.md_5.bungee.api.ChatMessageType position, net.md_5.bungee.api.chat.BaseComponent component)
position
- the screen positioncomponent
- the components to sendpublic void sendMessage(net.md_5.bungee.api.ChatMessageType position, net.md_5.bungee.api.chat.BaseComponent... components)
position
- the screen positioncomponents
- the components to sendCopyright © 2018. All rights reserved.