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
entityType is the numerical type, mobType and objectType are the type in letters, I agree these names are bad, maybe they should be type and name instead
players are entities, entity.player is the player of the entity if entity is a player. It's kind of optional, I don't think any code use this anymore, it could probably be removed
yeah they are indeed
I'll clarify the doc / make the changes needing to clarify stuff.
Some of the documentation is unclear:
Is
id
the unique entity id, the numerical entity type id, or the entity name?What's the difference between
mobType
,entityType
andobjectType
?What is
player
?It's also unclear that
position
andvelocity
areVec3
s.The text was updated successfully, but these errors were encountered: