DefaultingContextParamType

A context parameter type that has a default value instead of null.

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 defaultValue: V

The default intermediate value of this parameter type.

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.