IRawFilterData

Represents unprocessed filter data.

Properties

Link copied to clipboard
abstract val container: Identifier?

The identifier of the container (if applicable). If this is null, the resulting filter will be evaluated after the matching container's filters.

Link copied to clipboard
open val priority: Int

The priority of the created filter in the evaluation chain. Higher priority means earlier evaluation.

Link copied to clipboard

The raw selector data as key-value pairs.

Link copied to clipboard

The set of textures the filter can replace.

Link copied to clipboard

The replacement texture of the filter.

Link copied to clipboard
abstract val resource: Identifier

The originating resource.