Package hiiragi283.core.api.block
Interface HTBlockWithDescription
-
- All Implemented Interfaces:
public interface HTBlockWithDescription説明文付きのブロックを表すインターフェースです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract HTTranslationgetDescription()このブロックの説明文の翻訳を返します。 -
-
Method Detail
-
getDescription
abstract HTTranslation getDescription()
このブロックの説明文の翻訳を返します。
-
-
-
-