Skip to content

Commit

Permalink
Update EntityMetadataProperties.php
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Aug 10, 2024
1 parent b6ba7bf commit 03eec5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/entity/EntityMetadataProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,5 @@ private function __construct(){
public const PLAYER_DEATH_DIMENSION = 128; //int
public const PLAYER_HAS_DIED = 129; //byte
public const COLLISION_BOX = 130; //compound
public const VISIBLE_MOB_EFFECTS = 131; //int64 (bytes array of effect ids)
}

0 comments on commit 03eec5a

Please sign in to comment.