ResourceLocation

@Serializable
data class ResourceLocation(val path: String, val type: ResourcePathType) : VariablesSubstitutionAware<ResourceLocation>

Constructors

Link copied to clipboard
constructor(path: String, type: ResourcePathType)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun replaceVariables(mapping: Map<String, String>): ResourceLocation

Replace variables and return the result.