public static class Types_v1_20_5.StatusEffect
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Types_v1_20_5.StatusEffect.Parameters |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
StatusEffect() |
StatusEffect(net.lenni0451.mcstructs.core.Identifier id) |
StatusEffect(net.lenni0451.mcstructs.core.Identifier id,
int amplifier,
int duration,
boolean ambient,
boolean showParticles,
java.lang.Boolean showIcon,
Types_v1_20_5.StatusEffect hiddenEffect) |
StatusEffect(net.lenni0451.mcstructs.core.Identifier id,
Types_v1_20_5.StatusEffect.Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getAmplifier() |
int |
getDuration() |
Types_v1_20_5.StatusEffect |
getHiddenEffect() |
net.lenni0451.mcstructs.core.Identifier |
getId() |
Types_v1_20_5.StatusEffect.Parameters |
getParameters() |
int |
hashCode() |
boolean |
isAmbient() |
boolean |
isShowIcon() |
boolean |
isShowParticles() |
void |
setAmbient(boolean ambient) |
void |
setAmplifier(int amplifier) |
void |
setDuration(int duration) |
void |
setHiddenEffect(Types_v1_20_5.StatusEffect hiddenEffect) |
void |
setId(net.lenni0451.mcstructs.core.Identifier id) |
void |
setParameters(Types_v1_20_5.StatusEffect.Parameters parameters) |
void |
setShowIcon(boolean showIcon) |
void |
setShowParticles(boolean showParticles) |
java.lang.String |
toString() |
public static final java.lang.String ID
public StatusEffect(net.lenni0451.mcstructs.core.Identifier id)
public StatusEffect(net.lenni0451.mcstructs.core.Identifier id,
Types_v1_20_5.StatusEffect.Parameters parameters)
public StatusEffect(net.lenni0451.mcstructs.core.Identifier id,
int amplifier,
int duration,
boolean ambient,
boolean showParticles,
java.lang.Boolean showIcon,
Types_v1_20_5.StatusEffect hiddenEffect)
public StatusEffect()
public Types_v1_20_5.StatusEffect.Parameters getParameters()
public void setParameters(Types_v1_20_5.StatusEffect.Parameters parameters)
public net.lenni0451.mcstructs.core.Identifier getId()
public int getAmplifier()
public int getDuration()
public boolean isAmbient()
public boolean isShowParticles()
public boolean isShowIcon()
@Nullable public Types_v1_20_5.StatusEffect getHiddenEffect()
public void setId(net.lenni0451.mcstructs.core.Identifier id)
public void setAmplifier(int amplifier)
public void setDuration(int duration)
public void setAmbient(boolean ambient)
public void setShowParticles(boolean showParticles)
public void setShowIcon(boolean showIcon)
public void setHiddenEffect(@Nullable
Types_v1_20_5.StatusEffect hiddenEffect)
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