public static class Types_v1_21_2.ItemSubPredicate.AttributeModifiers.ModifierPredicate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AMOUNT |
static java.lang.String |
ATTRIBUTE |
static java.lang.String |
ID |
static java.lang.String |
OPERATION |
static java.lang.String |
SLOT |
| Constructor and Description |
|---|
ModifierPredicate() |
ModifierPredicate(Types_v1_20_5.TagEntryList attribute,
net.lenni0451.mcstructs.core.Identifier id,
Types_v1_21_2.MinMaxDouble amount,
Types_v1_21.AttributeModifier.EntityAttribute.Operation operation,
Types_v1_20_5.AttributeModifier.Slot slot) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
Types_v1_21_2.MinMaxDouble |
getAmount() |
Types_v1_20_5.TagEntryList |
getAttribute() |
net.lenni0451.mcstructs.core.Identifier |
getId() |
Types_v1_21.AttributeModifier.EntityAttribute.Operation |
getOperation() |
Types_v1_20_5.AttributeModifier.Slot |
getSlot() |
int |
hashCode() |
void |
setAmount(Types_v1_21_2.MinMaxDouble amount) |
void |
setAttribute(Types_v1_20_5.TagEntryList attribute) |
void |
setId(net.lenni0451.mcstructs.core.Identifier id) |
void |
setOperation(Types_v1_21.AttributeModifier.EntityAttribute.Operation operation) |
void |
setSlot(Types_v1_20_5.AttributeModifier.Slot slot) |
java.lang.String |
toString() |
public static final java.lang.String ATTRIBUTE
public static final java.lang.String ID
public static final java.lang.String AMOUNT
public static final java.lang.String OPERATION
public static final java.lang.String SLOT
public ModifierPredicate()
public ModifierPredicate(Types_v1_20_5.TagEntryList attribute, net.lenni0451.mcstructs.core.Identifier id, Types_v1_21_2.MinMaxDouble amount, Types_v1_21.AttributeModifier.EntityAttribute.Operation operation, Types_v1_20_5.AttributeModifier.Slot slot)
public Types_v1_20_5.TagEntryList getAttribute()
public net.lenni0451.mcstructs.core.Identifier getId()
public Types_v1_21_2.MinMaxDouble getAmount()
public Types_v1_21.AttributeModifier.EntityAttribute.Operation getOperation()
public Types_v1_20_5.AttributeModifier.Slot getSlot()
public void setAttribute(Types_v1_20_5.TagEntryList attribute)
public void setId(net.lenni0451.mcstructs.core.Identifier id)
public void setAmount(Types_v1_21_2.MinMaxDouble amount)
public void setOperation(Types_v1_21.AttributeModifier.EntityAttribute.Operation operation)
public void setSlot(Types_v1_20_5.AttributeModifier.Slot slot)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object