Skip to content

Commit

Permalink
Add VISIBLE_MOB_EFFECTS actor metadata property (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 authored Aug 10, 2024
1 parent a0479a6 commit 229e5f3
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; //long (first 8 visible effects packed, 6 bits for effectId + 1 bit for ambient indicator)
}

1 comment on commit 229e5f3

@nauwmey
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls 712 protocol

Please sign in to comment.