1 package org.bukkit.scoreboard;
21 String
getName()
throws IllegalStateException;
39 void setDisplayName(String displayName)
throws IllegalStateException, IllegalArgumentException;
47 String
getPrefix()
throws IllegalStateException;
58 void setPrefix(String prefix)
throws IllegalStateException, IllegalArgumentException;
66 String
getSuffix()
throws IllegalStateException;
77 void setSuffix(String suffix)
throws IllegalStateException, IllegalArgumentException;
119 Set<OfflinePlayer>
getPlayers()
throws IllegalStateException;
127 int getSize()
throws IllegalStateException;
163 void unregister()
throws IllegalStateException;
boolean allowFriendlyFire()
boolean hasPlayer(OfflinePlayer player)
void setCanSeeFriendlyInvisibles(boolean enabled)
void setSuffix(String suffix)
Scoreboard getScoreboard()
void addPlayer(OfflinePlayer player)
boolean canSeeFriendlyInvisibles()
Set< OfflinePlayer > getPlayers()
void setPrefix(String prefix)
void setDisplayName(String displayName)
boolean removePlayer(OfflinePlayer player)
void setAllowFriendlyFire(boolean enabled)