lihzahrd.npcs
- class lihzahrd.npcs.Mob(type_: EntityType, position: Coordinates)
A Mob somewhere in the world.
- position: Coordinates
The position of the mob in the game world.
- type: EntityType
The type of entity this object represents.
- class lihzahrd.npcs.NPC(type_: EntityType, position: Coordinates, name: str, variation_index: int, home: Coordinates | None = None)
A NPC somewhere in the world.
- home: Coordinates | None
The coordinates of the home of this NPC, or
Noneif the NPC is homeless.
- position: Coordinates
The position of the mob in the game world.
- type: EntityType
The type of entity this object represents.