Package-level declarations

Types

Link copied to clipboard
interface Attribute

Represents an attribute that can be applied to a living entity.

Link copied to clipboard
interface AttributeHolder

A holder of attributes.

Link copied to clipboard

A modifier that can be applied to an Attribute.

Link copied to clipboard
@CataloguedBy(catalogue = AttributeTypes::class)
interface AttributeType : Translatable, Keyed

The type of an attribute.

Link copied to clipboard
@Catalogue(type = AttributeType::class)
object AttributeTypes

This file is auto-generated. Do not edit this manually!

Link copied to clipboard

An operation that can be applied to attribute modifiers.

Link copied to clipboard
fun interface ModifierOperation

An operation that can be applied to attribute modifiers.

Link copied to clipboard

A type of attribute that only accepts values between a minimum and maximum value.