We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3aadc7 commit 87a94dbCopy full SHA for 87a94db
index.d.ts
@@ -48,5 +48,5 @@ declare module 'prismarine-entity' {
48
getDroppedItem(): Item | null;
49
}
50
51
- export type EntityType = 'player' | 'mob' | 'object' | 'global' | 'orb' | 'other';
+ export type EntityType = 'player' | 'mob' | 'object' | 'global' | 'orb' | 'projectile'| 'hostile' | 'other';
52
0 commit comments