Skip to content

Commit 87a94db

Browse files
authored
Add missing type (#55)
* Add missing type * Added hostile
1 parent e3aadc7 commit 87a94db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ declare module 'prismarine-entity' {
4848
getDroppedItem(): Item | null;
4949
}
5050

51-
export type EntityType = 'player' | 'mob' | 'object' | 'global' | 'orb' | 'other';
51+
export type EntityType = 'player' | 'mob' | 'object' | 'global' | 'orb' | 'projectile'| 'hostile' | 'other';
5252
}

0 commit comments

Comments
 (0)