Package de.marcely.bedwars.api.arena
Class PlayerKillPlayerRecord
java.lang.Object
de.marcely.bedwars.api.arena.PlayerKillPlayerRecord
Represents a record of a player being killed by another player during a game.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the uuid od the player who was killed.Gets the team of the player who was killed.getTime()Gets the time when the kill occurred.
-
Constructor Details
-
PlayerKillPlayerRecord
- Parameters:
killedPlayer- the player who was killedkilledTeam- the team of the killed playertime- the timestamp of when the kill occurred
-
-
Method Details
-
getKilledPlayer
Gets the uuid od the player who was killed.- Returns:
- the uuid of the killed player
-
getKilledTeam
Gets the team of the player who was killed.- Returns:
- the team of the killed player
-
getTime
Gets the time when the kill occurred.- Returns:
- the time of the kill
-