ContextParamType

sealed interface ContextParamType<V : Any>

A context parameter type.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val autofillers: List<Autofiller<V>>
Link copied to clipboard
abstract val copy: (V) -> V
Link copied to clipboard
abstract val id: ResourceLocation

The ID of this parameter type.

Link copied to clipboard
abstract val requirements: List<Requirement<V>>

A list of requirements that must be fulfilled for a value of this parameter type to be valid.