Package hiiragi283.core.api.registry
Interface HTBlockHolderLike.Simple
-
- All Implemented Interfaces:
-
hiiragi283.core.api.registry.HTBlockHolderLike,hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.text.HTHasText,hiiragi283.core.api.text.HTHasTranslationKey
public interface HTBlockHolderLike.Simple<BLOCK extends Block> implements HTBlockHolderLike<BLOCK>
- Since:
0.11.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description ResourceLocationgetId()保持しているIDを返します。 ComponentgetText()テキストを取得します。 StringgetTranslationKey()StringgetNamespace()StringgetPath()-
-
Method Detail
-
getId
ResourceLocation getId()
保持しているIDを返します。
-
getText
Component getText()
テキストを取得します。
-
getTranslationKey
String getTranslationKey()
-
getNamespace
String getNamespace()
-
-
-
-