-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Seppe Volkaerts <seppevolkaerts@hotmail.com>
- Loading branch information
1 parent
419f442
commit dfaac70
Showing
10 changed files
with
83 additions
and
7 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
proxy/src/main/kotlin/org/lanternpowered/terre/event/player/PlayerDeathEvent.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* Terre | ||
* | ||
* Copyright (c) LanternPowered <https://www.lanternpowered.org> | ||
* Copyright (c) contributors | ||
* | ||
* This work is licensed under the terms of the MIT License (MIT). For | ||
* a copy, see 'LICENSE.txt' or <https://opensource.org/licenses/MIT>. | ||
*/ | ||
package org.lanternpowered.terre.event.player | ||
|
||
import org.lanternpowered.terre.Player | ||
import org.lanternpowered.terre.event.Event | ||
|
||
/** | ||
* An event that is thrown when a player dies. | ||
*/ | ||
data class PlayerDeathEvent( | ||
val player: Player, | ||
) : Event |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters