You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* deprecate objectType and mobType
it seems they are redundant, as nowhere in mineflayer or flying squid are they set without at the same time also setting displayName to the same value.
Also, the Entity class fields are really confusing: the entity.type field is of the type "EntityType", while the field entity.entityType is not. I believe these two fields add to the confusion (since they bear no resemblance or analogy to the similarly named entity.entityType field) while also being useless.
* fix lint
0 commit comments