Class Profile
java.lang.Object
net.fateuhc.plugin.player.Profile
The profile of a FateUHC player.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.EffectGet the arrow trail effect.intGet the player's current kills.getData()Get the profile data.intGet the amount diamonds the player has mined.Get the Cooldown for Do Not Disturb Invincibility.Get the Game Back Cooldown.intGet the amount of gold the player has mined.Get the Cooldown for HelpOP.Get the player's kill history.intGet the amount of iron the player has mined.Get the cooldown for No Clean Invincibility.Get the player's name.Get the player state of the player.Get the Cooldown of the queue toggle.Get the relog time thats left.Get the Cooldown for Reporting.org.bukkit.EffectGet the rod trail effect.Get the Thank cooldown.getUUID()Get the UUID of the profile owner.booleanIs the player awaiting seed input?booleanHas the player been death kicked?booleanIs the player disqualified?booleanisFrozen()Is the player frozen?booleanHas the player logger died?booleanIs the player in moles chat?booleanIs the player playing the game?booleanIs the player in spectator chat?booleanIs the player in team chat?booleanIs the player vanished?voidsetArrowTrail(org.bukkit.Effect effect) Set the arrow trail effect.voidsetDisqualified(boolean disqualified) Set if the player is disqualified.voidsetRodTrail(org.bukkit.Effect effect) Set the rod trail effect.
-
Constructor Details
-
Profile
public Profile()
-
-
Method Details
-
getData
-
getUUID
-
getPlayerState
-
getQueueToggleCooldown
-
getHelpopCooldown
-
getReportCooldown
-
getThankCooldown
-
getGameBackCooldown
-
getNoCleanInvincibility
-
getDNDInvincibility
-
getRodTrail
public org.bukkit.Effect getRodTrail()Get the rod trail effect.- Returns:
Effect
-
setRodTrail
public void setRodTrail(org.bukkit.Effect effect) Set the rod trail effect.- Parameters:
effect- The new effect.
-
getArrowTrail
public org.bukkit.Effect getArrowTrail()Get the arrow trail effect.- Returns:
Effect
-
setArrowTrail
public void setArrowTrail(org.bukkit.Effect effect) Set the arrow trail effect.- Parameters:
effect-Effect
-
isPlaying
-
isTeamChat
-
isDisqualified
-
setDisqualified
public void setDisqualified(boolean disqualified) Set if the player is disqualified.- Parameters:
disqualified-Booleanof if they want to be disqualified.
-
isLoggerDied
-
isFrozen
-
isDeathKicked
-
isSpectatorChat
-
isVanished
-
isMolesChat
-
isAwaitingSeedInput
-
getCurrentKills
-
getDiamondsMined
-
getGoldMined
-
getIronMined
-
getPlayerName
-
getReloggTimeLeft
-
getHistoryKills
-