OverlayEntry

Represents a single entry in the overlays list.

Since

1.15.2

Parameters

formats

the range of formats this overlay applies to (removed in 1.21.9)

directory

the directory name for the overlay

minFormat

the minimum format (>= 1.21.9)

maxFormat

the maximum format

Constructors

Link copied to clipboard
constructor(@NotNull formats: @NotNull PackMeta.VersionRange, @NotNull directory: @NotNull String)
Creates an overlay entry with a format range and directory.

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String