Class ArmorTrim.TrimMaterial.TrimMaterialBuilder
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.ArmorTrim.TrimMaterial.TrimMaterialBuilder
- Enclosing class:
- ArmorTrim.TrimMaterial
-
Method Summary
Modifier and TypeMethodDescription@NonNull ArmorTrim.TrimMaterialbuild()description(net.kyori.adventure.text.Component description) ingredientId(int ingredientId) overrideArmorAssets(Map<net.kyori.adventure.key.Key, String> overrideArmorAssets) @NonNull StringtoString()
-
Method Details
-
assetName
- Returns:
this.
-
ingredientId
- Returns:
this.
-
overrideArmorAssets
public @NonNull ArmorTrim.TrimMaterial.TrimMaterialBuilder overrideArmorAssets(Map<net.kyori.adventure.key.Key, String> overrideArmorAssets) - Returns:
this.
-
description
public @NonNull ArmorTrim.TrimMaterial.TrimMaterialBuilder description(net.kyori.adventure.text.Component description) - Returns:
this.
-
build
-
toString
-