public static class Types_v1_20_5.ArmorTrimPattern
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ASSET_ID |
static java.lang.String |
DECAL |
static java.lang.String |
DESCRIPTION |
static java.lang.String |
TEMPLATE_ITEM |
| Constructor and Description |
|---|
ArmorTrimPattern() |
ArmorTrimPattern(net.lenni0451.mcstructs.core.Identifier assetId,
net.lenni0451.mcstructs.core.Identifier templateItem,
net.lenni0451.mcstructs.text.ATextComponent description) |
ArmorTrimPattern(net.lenni0451.mcstructs.core.Identifier assetId,
net.lenni0451.mcstructs.core.Identifier templateItem,
net.lenni0451.mcstructs.text.ATextComponent description,
boolean decal) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
net.lenni0451.mcstructs.core.Identifier |
getAssetId() |
net.lenni0451.mcstructs.text.ATextComponent |
getDescription() |
net.lenni0451.mcstructs.core.Identifier |
getTemplateItem() |
int |
hashCode() |
boolean |
isDecal() |
void |
setAssetId(net.lenni0451.mcstructs.core.Identifier assetId) |
void |
setDecal(boolean decal) |
void |
setDescription(net.lenni0451.mcstructs.text.ATextComponent description) |
void |
setTemplateItem(net.lenni0451.mcstructs.core.Identifier templateItem) |
java.lang.String |
toString() |
public static final java.lang.String ASSET_ID
public static final java.lang.String TEMPLATE_ITEM
public static final java.lang.String DESCRIPTION
public static final java.lang.String DECAL
public ArmorTrimPattern(net.lenni0451.mcstructs.core.Identifier assetId,
net.lenni0451.mcstructs.core.Identifier templateItem,
net.lenni0451.mcstructs.text.ATextComponent description)
public ArmorTrimPattern()
public ArmorTrimPattern(net.lenni0451.mcstructs.core.Identifier assetId,
net.lenni0451.mcstructs.core.Identifier templateItem,
net.lenni0451.mcstructs.text.ATextComponent description,
boolean decal)
public net.lenni0451.mcstructs.core.Identifier getAssetId()
public net.lenni0451.mcstructs.core.Identifier getTemplateItem()
public net.lenni0451.mcstructs.text.ATextComponent getDescription()
public boolean isDecal()
public void setAssetId(net.lenni0451.mcstructs.core.Identifier assetId)
public void setTemplateItem(net.lenni0451.mcstructs.core.Identifier templateItem)
public void setDescription(net.lenni0451.mcstructs.text.ATextComponent description)
public void setDecal(boolean decal)
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