public static class Types_v1_20_5.SuspiciousStewEffect
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DURATION |
static java.lang.String |
ID |
| Constructor and Description |
|---|
SuspiciousStewEffect() |
SuspiciousStewEffect(net.lenni0451.mcstructs.core.Identifier id) |
SuspiciousStewEffect(net.lenni0451.mcstructs.core.Identifier id,
int duration) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getDuration() |
net.lenni0451.mcstructs.core.Identifier |
getId() |
int |
hashCode() |
void |
setDuration(int duration) |
void |
setId(net.lenni0451.mcstructs.core.Identifier id) |
java.lang.String |
toString() |
public static final java.lang.String ID
public static final java.lang.String DURATION
public SuspiciousStewEffect(net.lenni0451.mcstructs.core.Identifier id)
public SuspiciousStewEffect()
public SuspiciousStewEffect(net.lenni0451.mcstructs.core.Identifier id,
int duration)
public net.lenni0451.mcstructs.core.Identifier getId()
public int getDuration()
public void setId(net.lenni0451.mcstructs.core.Identifier id)
public void setDuration(int duration)
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