OverlayEntry

data class OverlayEntry(val formats: PackMeta.VersionRange, val directory: String) : Comparable<PackMeta.OverlayEntry>

Constructors

Link copied to clipboard
constructor(formats: PackMeta.VersionRange, directory: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: PackMeta.OverlayEntry): Int