True if this mob should block movement
Generic user data that the mod can store things per mod in
The gravity to apply to this mob
Readonly
idThe unique ID of the mob
The name of the mob - displayed above their head
The state of this mod - this describes what happened last frame
The horizontal velocity of the mob
The vertical velocity of the mob
The x co-ordinate the mob's position given in world units (tiles are 128 pixels)
The y co-ordinate the mob's position given in world units (tiles are 128 pixels)
Set the control state of the mob. Changing these controls will cause the mob to move, jump or use items as with any player.
True if the mob is trying to move left
True if the mob is trying to move right
True if the up button is pressed (e.g. jump)
True if the down button is pressed (e.g. down ladder)
Generated using TypeDoc
A representation of any mob in the game from the view of a Mod.