EntityAttributeInstanceHolder
data class EntityAttributeInstanceHolder(val attributeId: Identifier, val id: Identifier, val amount: Double, val operation: EntityAttributeModifier.Operation) : EntryHandler<ValidatedEntityAttribute.EntityAttributeInstanceHolder>
A holder of entity attribute and modifier information. This is a class internal to ValidatedEntityAttribute, made public by necessity. In most cases, it's not correct to be directly interacting with this.
It is an EntryHandler for its own type
Author
fzzyhmstrs
Since
0.3.1
Parameters
attributeId
Identifier - the registry id of this holders entity attribute
uuid
UUID - uuid of this holders attribute modifier
name
String - name of this holders attribute modifier
amount
Double - value of this holders attribute modifier
operation
Operation - modifier operation of this holders attribute modifier
Constructors
Link copied to clipboard
constructor(attributeId: Identifier, id: Identifier, amount: Double, operation: EntityAttributeModifier.Operation)