Skip to content

Commit

Permalink
Update VISIBLE_MOB_EFFECTS doc
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Aug 10, 2024
1 parent 03eec5a commit f42e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/entity/EntityMetadataProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +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)
public const VISIBLE_MOB_EFFECTS = 131; //long (first 8 visible effects packed, 6 bits for effectId + 1 bit for ambient indicator)
}

0 comments on commit f42e0ae

Please sign in to comment.