Package hiiragi283.core.api.registry
Interface HTItemHolderLike.Simple
-
- All Implemented Interfaces:
-
hiiragi283.core.api.registry.HTHolderLike,hiiragi283.core.api.registry.HTItemHolderLike,hiiragi283.core.api.registry.HTItemLike,hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.resource.HTKeyLike,hiiragi283.core.api.resource.SupplierWithId,hiiragi283.core.api.text.HTHasText,hiiragi283.core.api.text.HTHasTranslationKey,java.util.function.Supplier,net.minecraft.world.level.ItemLike
public interface HTItemHolderLike.Simple<ITEM extends Item> implements HTItemHolderLike<ITEM>
-
-
Method Summary
Modifier and Type Method Description ComponentgetText()テキストを取得します。 StringgetTranslationKey()StringgetNamespace()StringgetPath()-
Methods inherited from class hiiragi283.core.api.registry.HTItemHolderLike
asItem, getHolder -
Methods inherited from class hiiragi283.core.api.registry.HTHolderLike
getHolder, getResourceKey, unwrap -
Methods inherited from class java.util.function.Supplier
get -
Methods inherited from class hiiragi283.core.api.resource.HTIdLike
getId -
Methods inherited from class hiiragi283.core.api.registry.HTItemLike
isOf, isOf, toResource, toResource, toStack -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getText
Component getText()
テキストを取得します。
-
getTranslationKey
String getTranslationKey()
-
getNamespace
String getNamespace()
-
-
-
-