Package hiiragi283.core.api.registry
Interface HTBlockHolderLike
-
- All Implemented Interfaces:
-
hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.text.HTHasText,hiiragi283.core.api.text.HTHasTranslationKey
public interface HTBlockHolderLike<BLOCK extends Block> implements HTIdLike, HTHasTranslationKey, HTHasText
ブロック向けのHTIdLikeの拡張インターフェースです。
- Since:
0.11.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHTBlockHolderLike.Simplepublic classHTBlockHolderLike.Companion
-
Method Summary
Modifier and Type Method Description abstract BLOCKasBlock()保持しているブロックを取得します。 abstract Holder<Block>getBlockHolder()保持しているブロックのHolderを取得します。 StringgetNamespace()StringgetPath()abstract StringgetTranslationKey()-
-
Method Detail
-
getBlockHolder
abstract Holder<Block> getBlockHolder()
保持しているブロックのHolderを取得します。
-
getNamespace
String getNamespace()
-
getTranslationKey
abstract String getTranslationKey()
-
-
-
-