public static class Types_v1_20_5.ArmorTrim
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MATERIAL |
static java.lang.String |
PATTERN |
static java.lang.String |
SHOW_IN_TOOLTIP |
| Constructor and Description |
|---|
ArmorTrim() |
ArmorTrim(net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimMaterial> material,
net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimPattern> pattern) |
ArmorTrim(net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimMaterial> material,
net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimPattern> pattern,
boolean showInTooltip) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimMaterial> |
getMaterial() |
net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimPattern> |
getPattern() |
int |
hashCode() |
boolean |
isShowInTooltip() |
void |
setMaterial(net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimMaterial> material) |
void |
setPattern(net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimPattern> pattern) |
void |
setShowInTooltip(boolean showInTooltip) |
java.lang.String |
toString() |
public static final java.lang.String MATERIAL
public static final java.lang.String PATTERN
public static final java.lang.String SHOW_IN_TOOLTIP
public ArmorTrim(net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimMaterial> material, net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimPattern> pattern)
public ArmorTrim()
public ArmorTrim(net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimMaterial> material, net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimPattern> pattern, boolean showInTooltip)
public net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimMaterial> getMaterial()
public net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimPattern> getPattern()
public boolean isShowInTooltip()
public void setMaterial(net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimMaterial> material)
public void setPattern(net.lenni0451.mcstructs.converter.codec.Either<net.lenni0451.mcstructs.core.Identifier,Types_v1_20_5.ArmorTrimPattern> pattern)
public void setShowInTooltip(boolean showInTooltip)
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