TypedDict: InventorySnapshotOptions
Selects optional player state captured in an inventory snapshot.
class InventorySnapshotOptions(TypedDict)
Properties
include_equipment
include_equipment: NotRequired[bool]
Capture equipment slots in addition to the main inventory.
include_selected_slot
include_selected_slot: NotRequired[bool]
Capture the player's selected hotbar slot.