Class ItemAttribute
java.lang.Object
net.minestom.server.item.attribute.ItemAttribute
public class ItemAttribute
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ItemAttribute(java.util.UUID uuid, java.lang.String internalName, Attribute attribute, AttributeOperation operation, double value, AttributeSlot slot)
-
Method Summary
Modifier and Type Method Description Attribute
getAttribute()
java.lang.String
getInternalName()
AttributeOperation
getOperation()
AttributeSlot
getSlot()
java.util.UUID
getUuid()
double
getValue()
-
Constructor Details
-
ItemAttribute
public ItemAttribute(java.util.UUID uuid, java.lang.String internalName, Attribute attribute, AttributeOperation operation, double value, AttributeSlot slot)
-
-
Method Details
-
getUuid
public java.util.UUID getUuid() -
getInternalName
public java.lang.String getInternalName() -
getAttribute
-
getOperation
-
getValue
public double getValue() -
getSlot
-