Interface ArmorTrim
public interface ArmorTrim
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionmaterial()
static ArmorTrim
of
(Supplier<? extends TrimMaterial> material, Supplier<? extends TrimPattern> pattern) static ArmorTrim
of
(Supplier<? extends TrimMaterial> material, TrimPattern pattern) static ArmorTrim
of
(TrimMaterial material, Supplier<? extends TrimPattern> pattern) static ArmorTrim
of
(TrimMaterial material, TrimPattern pattern) pattern()
-
Method Details
-
of
-
of
static ArmorTrim of(Supplier<? extends TrimMaterial> material, Supplier<? extends TrimPattern> pattern) -
of
-
of
-
material
TrimMaterial material() -
pattern
TrimPattern pattern()
-