getBackgroundItem method

PackItem<BackgroundDefinition>? getBackgroundItem(
  1. ItemLocation location
)

Implementation

PackItem<BackgroundDefinition>? getBackgroundItem(ItemLocation location) =>
    getPack(location.namespace)
        ?.getBackgroundItem(location.id, location.namespace);