Class HTPrefixTemplateMap
-
- All Implemented Interfaces:
@JvmRecord() public final class HTPrefixTemplateMap extends Record
テクスチャの生成で使用されるテンプレートを提供するクラスです。
- Since:
0.3.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHTPrefixTemplateMap.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Set<HTMaterialPrefix>prefixes
-
Method Summary
Modifier and Type Method Description final Set<HTMaterialPrefix>getPrefixes()final Stringget(HTPrefixLike prefix)final static HTPrefixTemplateMapcreate(Function1<HTPrefixTemplateMap.Builder, Unit> builderAction)-
-
Method Detail
-
getPrefixes
final Set<HTMaterialPrefix> getPrefixes()
-
get
final String get(HTPrefixLike prefix)
-
create
final static HTPrefixTemplateMap create(Function1<HTPrefixTemplateMap.Builder, Unit> builderAction)
-
-
-
-