public class MCEntityAttributeModifier
extends java.lang.Object
implements crafttweaker.api.entity.attribute.IEntityAttributeModifier
| Constructor and Description |
|---|
MCEntityAttributeModifier(net.minecraft.entity.ai.attributes.AttributeModifier attributeModifier) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount() |
java.lang.Object |
getInternal() |
java.lang.String |
getName() |
int |
getOperation() |
java.lang.String |
getUUID() |
public MCEntityAttributeModifier(net.minecraft.entity.ai.attributes.AttributeModifier attributeModifier)
public java.lang.String getUUID()
getUUID in interface crafttweaker.api.entity.attribute.IEntityAttributeModifierpublic java.lang.String getName()
getName in interface crafttweaker.api.entity.attribute.IEntityAttributeModifierpublic int getOperation()
getOperation in interface crafttweaker.api.entity.attribute.IEntityAttributeModifierpublic double getAmount()
getAmount in interface crafttweaker.api.entity.attribute.IEntityAttributeModifierpublic java.lang.Object getInternal()
getInternal in interface crafttweaker.api.entity.attribute.IEntityAttributeModifier