Package hiiragi283.core.api.registry
Interface HTItemHolderLike
-
- All Implemented Interfaces:
-
hiiragi283.core.api.registry.HTHolderLike,hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.resource.HTKeyLike,hiiragi283.core.api.resource.HTKeyLike.HolderDelegate,hiiragi283.core.api.text.HTHasText,hiiragi283.core.api.text.HTHasTranslationKey,java.util.function.Supplier,net.minecraft.world.level.ItemLike
public interface HTItemHolderLike<ITEM extends Item> implements HTHolderLike<Item, ITEM>, HTKeyLike.HolderDelegate<Item>, HTHasTranslationKey, HTHasText, ItemLike
HTHolderLikeとItemLikeとその他諸々を継承したHTHolderLikeの拡張インターフェースです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description ComponentgetText()テキストを取得します。 Holder<Item>getHolder()保持しているHolderを返します。 ITEMasItem()StringgetTranslationKey()-
Methods inherited from class hiiragi283.core.api.resource.HTKeyLike
getId, getResourceKey -
Methods inherited from class hiiragi283.core.api.resource.HTIdLike
getNamespace, getPath -
Methods inherited from class java.util.function.Supplier
get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-