public static class EntityAttributes.AttributeModifier extends Object
Constructor and Description |
---|
AttributeModifier() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
double |
getAmount() |
byte |
getOperation() |
UUID |
getUuid() |
int |
hashCode() |
void |
setAmount(double amount) |
void |
setOperation(byte operation) |
void |
setUuid(UUID uuid) |
String |
toString() |
public UUID getUuid()
public double getAmount()
public byte getOperation()
public void setUuid(UUID uuid)
public void setAmount(double amount)
public void setOperation(byte operation)
protected boolean canEqual(Object other)
Copyright © 2019–2022. All rights reserved.