Skip to content

Commit

Permalink
Add constants for player death info metadata properties (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Dec 27, 2022
1 parent a16e7ac commit 6eaa06f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/entity/EntityMetadataProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,8 @@ private function __construct(){
public const AMBIENT_SOUND_INTERVAL_MIN = 108; //float
public const AMBIENT_SOUND_INTERVAL_RANGE = 109; //float
public const AMBIENT_SOUND_EVENT = 110; //string

public const PLAYER_DEATH_POSITION = 128; //blockpos
public const PLAYER_DEATH_DIMENSION = 129; //int
public const PLAYER_HAS_DIED = 130; //byte
}

0 comments on commit 6eaa06f

Please sign in to comment.